#DD6DF1

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

Shades of Heliotrope #DD6DF1

Tints of Heliotrope #DD6DF1

Color information

#DD6DF1 (or 0xDD6DF1) is unknown color: approx Heliotrope. HEX triplet: DD, 6D and F1. RGB value is (221,109,241). Sum of RGB (Red+Green+Blue) = 221+109+241=571 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.70% from 571); Green value is 109 (42.97% from 255 or 19.09% from 571); Blue value is 241 (94.53% from 255 or 42.21% from 571); Max value from RGB is 241 - color contains mainly: blue. Hex color #DD6DF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DF1 is #22920E. Grayscale: #9D9D9D. Windows color (decimal): -2265615 or 15822301. OLE color: 15822301.

HSL color Cylindrical-coordinate representation of color #DD6DF1: hue angle of 290.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DD6DF1 is Cyan = 0.08, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB221109241-
CMYK0.080.5500.05
HSL290.91º82.5%68.63%-
HSV(B)290.91º54.77%94.51%-
XYZ51.1632.6686.83-
YUV157.54175.11173.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.70%
GREEN value IS 109 (42.97% from 255) = 19.09%
BLUE value IS 241 (94.53% from 255) = 42.21%
R=38.70%
G=19.09%
B=42.21%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2211092410.080.5500.05290.9182.568.63
HexDD6DF1837051235245
Octal335155361106705443122105
Binary110111011101101111100011000110111010110010001110100101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DF1; }

 p { color: rgb(221,109,241); }

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

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

 a { background-color: rgb(221,109,241); }

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

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

 span { border-color: rgb(221,109,241); }

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