Html Css Color HEX #D66EF1 Heliotrope

📋 copy color: '#D66EF1'

red 214 ◦ green 110 ◦ blue 241

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

Shades of Heliotrope #D66EF1

Tints of Heliotrope #D66EF1

RGB

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

 GREEN value IS 110 (43.36% from 255) = 19.47%

 BLUE value IS 241 (94.53% from 255) = 42.65%

R = 37.88%
G = 19.47%
B = 42.65%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D66EF1 (or 0xD66EF1) is known color: Heliotrope. HEX triplet: D6, 6E and F1. RGB value is (214,110,241). Sum of RGB (Red+Green+Blue) = 214+110+241=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 110 (43.36% from 255 or 19.47% from 565); Blue value is 241 (94.53% from 255 or 42.65% from 565); Max value from RGB is 241 - color contains mainly: blue. Hex color #D66EF1 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66EF1 is #29910E. Grayscale: #9B9B9B. Windows color (decimal): -2724111 or 15822550. OLE color: 15822550.

HSL color Cylindrical-coordinate representation of color #D66EF1: hue angle of 287.63º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D66EF1 is Cyan = 0.11, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 214 110 241 -
CMYK 0.11 0.54 0 0.05
HSL 287.63º 0.82% 0.69% -
HSV(B) 287.63º 0.54% 0.95% -
XYZ 49.18 31.8 86.76 -
YUV 156.03 175.96 169.35 -
System Red Green Blue C M Y K H S L
Decimal 214 110 241 0.11 0.54 0 0.05 287.63 0.82 0.69
Hex D6 6E F1 B 36 0 5 120 52 45
Octal 326 156 361 13 66 0 5 440 122 105
Binary 11010110 1101110 11110001 1011 110110 0 101 100100000 1010010 1000101

Color Harmonies of #D66EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66EF1

Black with #D66EF1

Text Example


Text Example

White with #D66EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66EF1; }

 p { color: rgb(214,110,241); }

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

background-color css

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

 a { background-color: rgb(214,110,241); }

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

border-color css

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

 span { border-color: rgb(214,110,241); }

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