#DD6DF8

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

Shades of Heliotrope #DD6DF8

Tints of Heliotrope #DD6DF8

Color information

#DD6DF8 (or 0xDD6DF8) is unknown color: approx Heliotrope. HEX triplet: DD, 6D and F8. RGB value is (221,109,248). Sum of RGB (Red+Green+Blue) = 221+109+248=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 109 (42.97% from 255 or 18.86% from 578); Blue value is 248 (97.27% from 255 or 42.91% from 578); Max value from RGB is 248 - color contains mainly: blue. Hex color #DD6DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DD6DF8 is #229207. Grayscale: #9D9D9D. Windows color (decimal): -2265608 or 16281053. OLE color: 16281053.

HSL color Cylindrical-coordinate representation of color #DD6DF8: hue angle of 288.35º degrees, saturation: 0.91, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DD6DF8 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB221109248-
CMYK0.110.5600.03
HSL288.35º90.85%70%-
HSV(B)288.35º56.05%97.25%-
XYZ52.2333.0992.44-
YUV158.33178.61172.7-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 109 (42.97% from 255) = 18.86%
BLUE value IS 248 (97.27% from 255) = 42.91%
R=38.24%
G=18.86%
B=42.91%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2211092480.110.5600.03288.3590.8570
HexDD6DF8B38031205b46
Octal335155370137003440133106
Binary11011101110110111111000101111100001110010000010110111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD6DF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD6DF8; }

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

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

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

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

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

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

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

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