Html Css Color HEX #D66FED Heliotrope

📋 copy color: '#D66FED'

red 214 ◦ green 111 ◦ blue 237

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

Shades of Heliotrope #D66FED

Tints of Heliotrope #D66FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 42.17%

R = 38.08%
G = 19.75%
B = 42.17%

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

#D66FED (or 0xD66FED) is known color: Heliotrope. HEX triplet: D6, 6F and ED. RGB value is (214,111,237). Sum of RGB (Red+Green+Blue) = 214+111+237=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 111 (43.75% from 255 or 19.75% from 562); Blue value is 237 (92.97% from 255 or 42.17% from 562); Max value from RGB is 237 - color contains mainly: blue. Hex color #D66FED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66FED is #299012. Grayscale: #9B9B9B. Windows color (decimal): -2723859 or 15560662. OLE color: 15560662.

HSL color Cylindrical-coordinate representation of color #D66FED: hue angle of 289.05º degrees, saturation: 0.78, 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 #D66FED is Cyan = 0.10, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 214 111 237 -
CMYK 0.10 0.53 0 0.07
HSL 289.05º 0.78% 0.68% -
HSV(B) 289.05º 0.53% 0.93% -
XYZ 48.7 31.78 83.69 -
YUV 156.16 173.62 169.25 -
System Red Green Blue C M Y K H S L
Decimal 214 111 237 0.10 0.53 0 0.07 289.05 0.78 0.68
Hex D6 6F ED A 35 0 7 121 4E 44
Octal 326 157 355 12 65 0 7 441 116 104
Binary 11010110 1101111 11101101 1010 110101 0 111 100100001 1001110 1000100

Color Harmonies of #D66FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FED

Black with #D66FED

Text Example


Text Example

White with #D66FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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