#DD8CF9

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

Shades of Heliotrope #DD8CF9

Tints of Heliotrope #DD8CF9

Color information

#DD8CF9 (or 0xDD8CF9) is unknown color: approx Heliotrope. HEX triplet: DD, 8C and F9. RGB value is (221,140,249). Sum of RGB (Red+Green+Blue) = 221+140+249=610 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.23% from 610); Green value is 140 (55.08% from 255 or 22.95% from 610); Blue value is 249 (97.66% from 255 or 40.82% from 610); Max value from RGB is 249 - color contains mainly: blue. Hex color #DD8CF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD8CF9 is #227306. Grayscale: #B0B0B0. Windows color (decimal): -2257671 or 16354525. OLE color: 16354525.

HSL color Cylindrical-coordinate representation of color #DD8CF9: hue angle of 284.59º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD8CF9 is Cyan = 0.11, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB221140249-
CMYK0.110.4400.02
HSL284.59º90.08%76.27%-
HSV(B)284.59º43.78%97.65%-
XYZ56.340.9794.56-
YUV176.64168.84159.64-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.23%
GREEN value IS 140 (55.08% from 255) = 22.95%
BLUE value IS 249 (97.66% from 255) = 40.82%
R=36.23%
G=22.95%
B=40.82%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2211402490.110.4400.02284.5990.0876.27
HexDD8CF9B2C0211d5a4c
Octal335214371135402435132114
Binary110111011000110011111001101110110001010001110110110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8CF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8CF9; }

 p { color: rgb(221,140,249); }

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

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

 a { background-color: rgb(221,140,249); }

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

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

 span { border-color: rgb(221,140,249); }

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