Html Css Color HEX #D66FEA Heliotrope

📋 copy color: '#D66FEA'

red 214 ◦ green 111 ◦ blue 234

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

Shades of Heliotrope #D66FEA

Tints of Heliotrope #D66FEA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 19.86%

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

R = 38.28%
G = 19.86%
B = 41.86%

CMYK

 C value IS 0.09

 M value IS 0.53

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D66FEA (or 0xD66FEA) is known color: Heliotrope. HEX triplet: D6, 6F and EA. RGB value is (214,111,234). Sum of RGB (Red+Green+Blue) = 214+111+234=559 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.28% from 559); Green value is 111 (43.75% from 255 or 19.86% from 559); Blue value is 234 (91.80% from 255 or 41.86% from 559); Max value from RGB is 234 - color contains mainly: blue. Hex color #D66FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66FEA is #299015. Grayscale: #9B9B9B. Windows color (decimal): -2723862 or 15364054. OLE color: 15364054.

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

Color convert

RGB 214 111 234 -
CMYK 0.09 0.53 0 0.08
HSL 290.24º 0.75% 0.68% -
HSV(B) 290.24º 0.53% 0.92% -
XYZ 48.27 31.61 81.4 -
YUV 155.82 172.12 169.5 -
System Red Green Blue C M Y K H S L
Decimal 214 111 234 0.09 0.53 0 0.08 290.24 0.75 0.68
Hex D6 6F EA 9 35 0 8 122 4B 44
Octal 326 157 352 11 65 0 10 442 113 104
Binary 11010110 1101111 11101010 1001 110101 0 1000 100100010 1001011 1000100

Color Harmonies of #D66FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FEA

Black with #D66FEA

Text Example


Text Example

White with #D66FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FEA; }

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

 H1.HeaderClassName
 {
   color: #D66FEA;
 }
 .AnyTagClassName
 {
   color: #D66FEA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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