Html Css Color HEX #D666EE Heliotrope

📋 copy color: '#D666EE'

red 214 ◦ green 102 ◦ blue 238

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

Shades of Heliotrope #D666EE

Tints of Heliotrope #D666EE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 18.41%

 BLUE value IS 238 (93.36% from 255) = 42.96%

R = 38.63%
G = 18.41%
B = 42.96%

CMYK

 C value IS 0.10

 M value IS 0.57

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D666EE (or 0xD666EE) is known color: Heliotrope. HEX triplet: D6, 66 and EE. RGB value is (214,102,238). Sum of RGB (Red+Green+Blue) = 214+102+238=554 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.63% from 554); Green value is 102 (40.23% from 255 or 18.41% from 554); Blue value is 238 (93.36% from 255 or 42.96% from 554); Max value from RGB is 238 - color contains mainly: blue. Hex color #D666EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D666EE is #299911. Grayscale: #969696. Windows color (decimal): -2726162 or 15623894. OLE color: 15623894.

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

Color convert

RGB 214 102 238 -
CMYK 0.10 0.57 0 0.07
HSL 289.41º 0.8% 0.67% -
HSV(B) 289.41º 0.57% 0.93% -
XYZ 47.92 29.97 84.15 -
YUV 150.99 177.11 172.94 -
System Red Green Blue C M Y K H S L
Decimal 214 102 238 0.10 0.57 0 0.07 289.41 0.8 0.67
Hex D6 66 EE A 39 0 7 121 50 43
Octal 326 146 356 12 71 0 7 441 120 103
Binary 11010110 1100110 11101110 1010 111001 0 111 100100001 1010000 1000011

Color Harmonies of #D666EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D666EE

Black with #D666EE

Text Example


Text Example

White with #D666EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D666EE; }

 p { color: rgb(214,102,238); }

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

background-color css

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

 a { background-color: rgb(214,102,238); }

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

border-color css

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

 span { border-color: rgb(214,102,238); }

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