Html Css Color HEX #D669EA Heliotrope

📋 copy color: '#D669EA'

red 214 ◦ green 105 ◦ blue 234

#D669EA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D669EA

Tints of Heliotrope #D669EA

RGB

 RED value IS 214 (83.98% from 255) = 38.7%

 GREEN value IS 105 (41.41% from 255) = 18.99%

 BLUE value IS 234 (91.8% from 255) = 42.31%

R = 38.7%
G = 18.99%
B = 42.31%

CMYK

 C value IS 0.09

 M value IS 0.55

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D669EA (or 0xD669EA) is known color: 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

RGB 214 105 234 -
CMYK 0.09 0.55 0 0.08
HSL 290.7º 0.75% 0.66% -
HSV(B) 290.7º 0.55% 0.92% -
XYZ 47.63 30.34 81.19 -
YUV 152.3 174.11 172.01 -
System Red Green Blue C M Y K H S L
Decimal 214 105 234 0.09 0.55 0 0.08 290.7 0.75 0.66
Hex D6 69 EA 9 37 0 8 123 4B 42
Octal 326 151 352 11 67 0 10 443 113 102
Binary 11010110 1101001 11101010 1001 110111 0 1000 100100011 1001011 1000010

Color Harmonies of #D669EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D669EA

Black with #D669EA

Text Example


Text Example

White with #D669EA

Text Example


Text Example

HTML Codes & Css Web 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>