#DD7DFB

Color #DD7DFB Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DD7DFB

Tints of Heliotrope #DD7DFB

Color information

#DD7DFB (or 0xDD7DFB) is unknown color: approx Heliotrope. HEX triplet: DD, 7D and FB. RGB value is (221,125,251). Sum of RGB (Red+Green+Blue) = 221+125+251=597 (79% of max value = 765). Red value is 221 (86.72% from 255 or 37.02% from 597); Green value is 125 (49.22% from 255 or 20.94% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #DD7DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD7DFB is #228204. Grayscale: #A7A7A7. Windows color (decimal): -2261509 or 16481757. OLE color: 16481757.

HSL color Cylindrical-coordinate representation of color #DD7DFB: hue angle of 285.71º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DD7DFB is Cyan = 0.12, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221125251-
CMYK0.120.5000.02
HSL285.71º94.03%73.73%-
HSV(B)285.71º50.2%98.43%-
XYZ54.563795.53-
YUV168.07174.8165.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 221 (86.72% from 255) = 37.02%
GREEN value IS 125 (49.22% from 255) = 20.94%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=37.02%
G=20.94%
B=42.04%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211252510.120.5000.02285.7194.0373.73
HexDD7DFBC320211e5e4a
Octal335175373146202436136112
Binary11011101111110111111011110011001001010001111010111101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DFB; }

 p { color: rgb(221,125,251); }

 H1.HeaderClassName
 {
   color: #DD7DFB;
 }
 .AnyTagClassName
 {
   color: #DD7DFB;
 }
</style>
background-color css

<style>
 a { background-color: #DD7DFB; }

 a { background-color: rgb(221,125,251); }

 div.DivClassName
 {
   background-color: #DD7DFB;
 }
 .BgClassName
 {
   background-color: #DD7DFB;
 }
</style>
border-color css

<style>
 span { border-color: #DD7DFB; }

 span { border-color: rgb(221,125,251); }

 td.TdClassName
 {
   border-color: #DD7DFB;
 }
 .TagClassName
 {
   border-color: #DD7DFB;
 }
</style>