Html Css Color HEX #D66FEE Heliotrope

📋 copy color: '#D66FEE'

red 214 ◦ green 111 ◦ blue 238

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

Shades of Heliotrope #D66FEE

Tints of Heliotrope #D66FEE

RGB

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

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

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

R = 38.01%
G = 19.72%
B = 42.27%

CMYK

 C value IS 0.10

 M value IS 0.53

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D66FEE (or 0xD66FEE) is known color: Heliotrope. HEX triplet: D6, 6F and EE. RGB value is (214,111,238). Sum of RGB (Red+Green+Blue) = 214+111+238=563 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.01% from 563); Green value is 111 (43.75% from 255 or 19.72% from 563); Blue value is 238 (93.36% from 255 or 42.27% from 563); Max value from RGB is 238 - color contains mainly: blue. Hex color #D66FEE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66FEE is #299011. Grayscale: #9B9B9B. Windows color (decimal): -2723858 or 15626198. OLE color: 15626198.

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

Color convert

RGB 214 111 238 -
CMYK 0.10 0.53 0 0.07
HSL 288.66º 0.79% 0.68% -
HSV(B) 288.66º 0.53% 0.93% -
XYZ 48.85 31.84 84.46 -
YUV 156.28 174.12 169.17 -
System Red Green Blue C M Y K H S L
Decimal 214 111 238 0.10 0.53 0 0.07 288.66 0.79 0.68
Hex D6 6F EE A 35 0 7 121 4F 44
Octal 326 157 356 12 65 0 7 441 117 104
Binary 11010110 1101111 11101110 1010 110101 0 111 100100001 1001111 1000100

Color Harmonies of #D66FEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FEE

Black with #D66FEE

Text Example


Text Example

White with #D66FEE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FEE; }

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

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

background-color css

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

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

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

border-color css

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

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

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