Html Css Color HEX #D66AF0 Heliotrope

📋 copy color: '#D66AF0'

red 214 ◦ green 106 ◦ blue 240

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

Shades of Heliotrope #D66AF0

Tints of Heliotrope #D66AF0

RGB

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

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

 BLUE value IS 240 (94.14% from 255) = 42.86%

R = 38.21%
G = 18.93%
B = 42.86%

CMYK

 C value IS 0.11

 M value IS 0.56

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D66AF0 (or 0xD66AF0) is known color: Heliotrope. HEX triplet: D6, 6A and F0. RGB value is (214,106,240). Sum of RGB (Red+Green+Blue) = 214+106+240=560 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.21% from 560); Green value is 106 (41.80% from 255 or 18.93% from 560); Blue value is 240 (94.14% from 255 or 42.86% from 560); Max value from RGB is 240 - color contains mainly: blue. Hex color #D66AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66AF0 is #29950F. Grayscale: #999999. Windows color (decimal): -2725136 or 15755990. OLE color: 15755990.

HSL color Cylindrical-coordinate representation of color #D66AF0: hue angle of 288.36º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D66AF0 is Cyan = 0.11, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 214 106 240 -
CMYK 0.11 0.56 0 0.06
HSL 288.36º 0.82% 0.68% -
HSV(B) 288.36º 0.56% 0.94% -
XYZ 48.61 30.9 85.84 -
YUV 153.57 176.78 171.1 -
System Red Green Blue C M Y K H S L
Decimal 214 106 240 0.11 0.56 0 0.06 288.36 0.82 0.68
Hex D6 6A F0 B 38 0 6 120 52 44
Octal 326 152 360 13 70 0 6 440 122 104
Binary 11010110 1101010 11110000 1011 111000 0 110 100100000 1010010 1000100

Color Harmonies of #D66AF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66AF0

Black with #D66AF0

Text Example


Text Example

White with #D66AF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66AF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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