#DD90F6

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

Shades of Heliotrope #DD90F6

Tints of Heliotrope #DD90F6

Color information

#DD90F6 (or 0xDD90F6) is unknown color: approx Heliotrope. HEX triplet: DD, 90 and F6. RGB value is (221,144,246). Sum of RGB (Red+Green+Blue) = 221+144+246=611 (80% of max value = 765). Red value is 221 (86.72% from 255 or 36.17% from 611); Green value is 144 (56.64% from 255 or 23.57% from 611); Blue value is 246 (96.48% from 255 or 40.26% from 611); Max value from RGB is 246 - color contains mainly: blue. Hex color #DD90F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DD90F6 is #226F09. Grayscale: #B2B2B2. Windows color (decimal): -2256650 or 16158941. OLE color: 16158941.

HSL color Cylindrical-coordinate representation of color #DD90F6: hue angle of 285.29º degrees, saturation: 0.85, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DD90F6 is Cyan = 0.10, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB221144246-
CMYK0.100.4100.04
HSL285.29º85%76.47%-
HSV(B)285.29º41.46%96.47%-
XYZ56.4341.9792.32-
YUV178.65166.01158.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.17%
GREEN value IS 144 (56.64% from 255) = 23.57%
BLUE value IS 246 (96.48% from 255) = 40.26%
R=36.17%
G=23.57%
B=40.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2211442460.100.4100.04285.298576.47
HexDD90F6A290411d554c
Octal335220366125104435125114
Binary1101110110010000111101101010101001010010001110110101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD90F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD90F6; }

 p { color: rgb(221,144,246); }

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

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

 a { background-color: rgb(221,144,246); }

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

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

 span { border-color: rgb(221,144,246); }

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