Html Css Color HEX #DB76EC Heliotrope

📋 copy color: '#DB76EC'

red 219 ◦ green 118 ◦ blue 236

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

Shades of Heliotrope #DB76EC

Tints of Heliotrope #DB76EC

RGB

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

 GREEN value IS 118 (46.48% from 255) = 20.59%

 BLUE value IS 236 (92.58% from 255) = 41.19%

R = 38.22%
G = 20.59%
B = 41.19%

CMYK

 C value IS 0.07

 M value IS 0.5

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB76EC (or 0xDB76EC) is known color: Heliotrope. HEX triplet: DB, 76 and EC. RGB value is (219,118,236). Sum of RGB (Red+Green+Blue) = 219+118+236=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 118 (46.48% from 255 or 20.59% from 573); Blue value is 236 (92.58% from 255 or 41.19% from 573); Max value from RGB is 236 - color contains mainly: blue. Hex color #DB76EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76EC is #248913. Grayscale: #A1A1A1. Windows color (decimal): -2394388 or 15496923. OLE color: 15496923.

HSL color Cylindrical-coordinate representation of color #DB76EC: hue angle of 291.36º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB76EC is Cyan = 0.07, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 219 118 236 -
CMYK 0.07 0.5 0 0.07
HSL 291.36º 0.76% 0.69% -
HSV(B) 291.36º 0.5% 0.93% -
XYZ 50.83 34.07 83.25 -
YUV 161.65 169.96 168.91 -
System Red Green Blue C M Y K H S L
Decimal 219 118 236 0.07 0.5 0 0.07 291.36 0.76 0.69
Hex DB 76 EC 7 32 0 7 123 4C 45
Octal 333 166 354 7 62 0 7 443 114 105
Binary 11011011 1110110 11101100 111 110010 0 111 100100011 1001100 1000101

Color Harmonies of #DB76EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76EC

Black with #DB76EC

Text Example


Text Example

White with #DB76EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76EC; }

 p { color: rgb(219,118,236); }

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

background-color css

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

 a { background-color: rgb(219,118,236); }

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

border-color css

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

 span { border-color: rgb(219,118,236); }

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