Html Css Color HEX #D66FF0 Heliotrope

📋 copy color: '#D66FF0'

red 214 ◦ green 111 ◦ blue 240

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

Shades of Heliotrope #D66FF0

Tints of Heliotrope #D66FF0

RGB

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

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

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

R = 37.88%
G = 19.65%
B = 42.48%

CMYK

 C value IS 0.11

 M value IS 0.54

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D66FF0 (or 0xD66FF0) is known color: Heliotrope. HEX triplet: D6, 6F and F0. RGB value is (214,111,240). Sum of RGB (Red+Green+Blue) = 214+111+240=565 (74% of max value = 765). Red value is 214 (83.98% from 255 or 37.88% from 565); Green value is 111 (43.75% from 255 or 19.65% from 565); Blue value is 240 (94.14% from 255 or 42.48% from 565); Max value from RGB is 240 - color contains mainly: blue. Hex color #D66FF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66FF0 is #29900F. Grayscale: #9C9C9C. Windows color (decimal): -2723856 or 15757270. OLE color: 15757270.

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

Color convert

RGB 214 111 240 -
CMYK 0.11 0.54 0 0.06
HSL 287.91º 0.81% 0.69% -
HSV(B) 287.91º 0.54% 0.94% -
XYZ 49.14 31.96 86.02 -
YUV 156.5 175.12 169.01 -
System Red Green Blue C M Y K H S L
Decimal 214 111 240 0.11 0.54 0 0.06 287.91 0.81 0.69
Hex D6 6F F0 B 36 0 6 120 51 45
Octal 326 157 360 13 66 0 6 440 121 105
Binary 11010110 1101111 11110000 1011 110110 0 110 100100000 1010001 1000101

Color Harmonies of #D66FF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66FF0

Black with #D66FF0

Text Example


Text Example

White with #D66FF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66FF0; }

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

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

background-color css

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

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

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

border-color css

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

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

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