Html Css Color HEX #D66BFF Heliotrope

📋 copy color: '#D66BFF'

red 214 ◦ green 107 ◦ blue 255

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

Shades of Heliotrope #D66BFF

Tints of Heliotrope #D66BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 18.58%

 BLUE value IS 255 (100% from 255) = 44.27%

R = 37.15%
G = 18.58%
B = 44.27%

CMYK

 C value IS 0.16

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D66BFF (or 0xD66BFF) is known color: Heliotrope. HEX triplet: D6, 6B and FF. RGB value is (214,107,255). Sum of RGB (Red+Green+Blue) = 214+107+255=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 107 (42.19% from 255 or 18.58% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #D66BFF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D66BFF is #299400. Grayscale: #9B9B9B. Windows color (decimal): -2724865 or 16739286. OLE color: 16739286.

HSL color Cylindrical-coordinate representation of color #D66BFF: hue angle of 283.38º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D66BFF is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 214 107 255 -
CMYK 0.16 0.58 0 0
HSL 283.38º 1% 0.71% -
HSV(B) 283.38º 0.58% 1% -
XYZ 51.04 32.03 98.1 -
YUV 155.87 183.95 169.47 -
System Red Green Blue C M Y K H S L
Decimal 214 107 255 0.16 0.58 0 0 283.38 1 0.71
Hex D6 6B FF 10 3A 0 0 11B 64 47
Octal 326 153 377 20 72 0 0 433 144 107
Binary 11010110 1101011 11111111 10000 111010 0 0 100011011 1100100 1000111

Color Harmonies of #D66BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D66BFF

Black with #D66BFF

Text Example


Text Example

White with #D66BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D66BFF; }

 p { color: rgb(214,107,255); }

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

background-color css

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

 a { background-color: rgb(214,107,255); }

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

border-color css

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

 span { border-color: rgb(214,107,255); }

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