Html Css Color HEX #D66AED Heliotrope

📋 copy color: '#D66AED'

red 214 ◦ green 106 ◦ blue 237

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

Shades of Heliotrope #D66AED

Tints of Heliotrope #D66AED

RGB

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

 GREEN value IS 106 (41.8% from 255) = 19.03%

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

R = 38.42%
G = 19.03%
B = 42.55%

CMYK

 C value IS 0.10

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D66AED (or 0xD66AED) is known color: Heliotrope. HEX triplet: D6, 6A and ED. RGB value is (214,106,237). Sum of RGB (Red+Green+Blue) = 214+106+237=557 (73% of max value = 765). Red value is 214 (83.98% from 255 or 38.42% from 557); Green value is 106 (41.80% from 255 or 19.03% from 557); Blue value is 237 (92.97% from 255 or 42.55% from 557); Max value from RGB is 237 - color contains mainly: blue. Hex color #D66AED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66AED is #299512. Grayscale: #989898. Windows color (decimal): -2725139 or 15559382. OLE color: 15559382.

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

Color convert

RGB 214 106 237 -
CMYK 0.10 0.55 0 0.07
HSL 289.47º 0.78% 0.67% -
HSV(B) 289.47º 0.55% 0.93% -
XYZ 48.17 30.72 83.51 -
YUV 153.23 175.28 171.35 -
System Red Green Blue C M Y K H S L
Decimal 214 106 237 0.10 0.55 0 0.07 289.47 0.78 0.67
Hex D6 6A ED A 37 0 7 121 4E 43
Octal 326 152 355 12 67 0 7 441 116 103
Binary 11010110 1101010 11101101 1010 110111 0 111 100100001 1001110 1000011

Color Harmonies of #D66AED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66AED

Black with #D66AED

Text Example


Text Example

White with #D66AED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66AED; }

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

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

background-color css

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

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

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

border-color css

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

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

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