#D669EA

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

Shades of Heliotrope #D669EA

Tints of Heliotrope #D669EA

Color information

#D669EA (or 0xD669EA) is unknown color: approx Heliotrope. HEX triplet: D6, 69 and EA. RGB value is (214,105,234). Sum of RGB (Red+Green+Blue) = 214+105+234=553 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.70% from 553); Green value is 105 (41.41% from 255 or 18.99% from 553); Blue value is 234 (91.80% from 255 or 42.31% from 553); Max value from RGB is 234 - color contains mainly: blue. Hex color #D669EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D669EA is #299615. Grayscale: #979797. Windows color (decimal): -2725398 or 15362518. OLE color: 15362518.

HSL color Cylindrical-coordinate representation of color #D669EA: hue angle of 290.7º degrees, saturation: 0.75, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D669EA is Cyan = 0.09, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB214105234-
CMYK0.090.5500.08
HSL290.7º75.44%66.47%-
HSV(B)290.7º55.13%91.76%-
XYZ47.6330.3481.19-
YUV152.3174.11172.01-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 38.70%
GREEN value IS 105 (41.41% from 255) = 18.99%
BLUE value IS 234 (91.80% from 255) = 42.31%
R=38.70%
G=18.99%
B=42.31%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2141052340.090.5500.08290.775.4466.47
HexD669EA937081234b42
Octal3261513521167010443113102
Binary1101011011010011110101010011101110100010010001110010111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D669EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D669EA; }

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

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

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

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

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

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

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

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