#D669EC

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

Shades of Heliotrope #D669EC

Tints of Heliotrope #D669EC

Color information

#D669EC (or 0xD669EC) is unknown color: approx Heliotrope. HEX triplet: D6, 69 and EC. RGB value is (214,105,236). Sum of RGB (Red+Green+Blue) = 214+105+236=555 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.56% from 555); Green value is 105 (41.41% from 255 or 18.92% from 555); Blue value is 236 (92.58% from 255 or 42.52% from 555); Max value from RGB is 236 - color contains mainly: blue. Hex color #D669EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D669EC is #299613. Grayscale: #989898. Windows color (decimal): -2725396 or 15493590. OLE color: 15493590.

HSL color Cylindrical-coordinate representation of color #D669EC: hue angle of 289.92º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D669EC is Cyan = 0.09, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB214105236-
CMYK0.090.5600.07
HSL289.92º77.51%66.86%-
HSV(B)289.92º55.51%92.55%-
XYZ47.9230.4682.71-
YUV152.52175.11171.85-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.56%
GREEN value IS 105 (41.41% from 255) = 18.92%
BLUE value IS 236 (92.58% from 255) = 42.52%
R=38.56%
G=18.92%
B=42.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2141052360.090.5600.07289.9277.5166.86
HexD669EC938071224e43
Octal326151354117007442116103
Binary110101101101001111011001001111000011110010001010011101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669EC; }

 p { color: rgb(214,105,236); }

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

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

 a { background-color: rgb(214,105,236); }

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

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

 span { border-color: rgb(214,105,236); }

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