Html Css Color HEX #DB66EF Heliotrope

📋 copy color: '#DB66EF'

red 219 ◦ green 102 ◦ blue 239

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

Shades of Heliotrope #DB66EF

Tints of Heliotrope #DB66EF

RGB

 RED value IS 219 (85.94% from 255) = 39.11%

 GREEN value IS 102 (40.23% from 255) = 18.21%

 BLUE value IS 239 (93.75% from 255) = 42.68%

R = 39.11%
G = 18.21%
B = 42.68%

CMYK

 C value IS 0.08

 M value IS 0.57

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#DB66EF (or 0xDB66EF) is known color: Heliotrope. HEX triplet: DB, 66 and EF. RGB value is (219,102,239). Sum of RGB (Red+Green+Blue) = 219+102+239=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 102 (40.23% from 255 or 18.21% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #DB66EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB66EF is #249910. Grayscale: #989898. Windows color (decimal): -2398481 or 15689435. OLE color: 15689435.

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

Color convert

RGB 219 102 239 -
CMYK 0.08 0.57 0 0.06
HSL 291.24º 0.81% 0.67% -
HSV(B) 291.24º 0.57% 0.94% -
XYZ 49.54 30.79 84.99 -
YUV 152.6 176.76 175.36 -
System Red Green Blue C M Y K H S L
Decimal 219 102 239 0.08 0.57 0 0.06 291.24 0.81 0.67
Hex DB 66 EF 8 39 0 6 123 51 43
Octal 333 146 357 10 71 0 6 443 121 103
Binary 11011011 1100110 11101111 1000 111001 0 110 100100011 1010001 1000011

Color Harmonies of #DB66EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB66EF

Black with #DB66EF

Text Example


Text Example

White with #DB66EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB66EF; }

 p { color: rgb(219,102,239); }

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

background-color css

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

 a { background-color: rgb(219,102,239); }

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

border-color css

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

 span { border-color: rgb(219,102,239); }

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