Html Css Color HEX #DB76ED Heliotrope

📋 copy color: '#DB76ED'

red 219 ◦ green 118 ◦ blue 237

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

Shades of Heliotrope #DB76ED

Tints of Heliotrope #DB76ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 41.29%

R = 38.15%
G = 20.56%
B = 41.29%

CMYK

 C value IS 0.08

 M value IS 0.50

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#DB76ED (or 0xDB76ED) is known color: Heliotrope. HEX triplet: DB, 76 and ED. RGB value is (219,118,237). Sum of RGB (Red+Green+Blue) = 219+118+237=574 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.15% from 574); Green value is 118 (46.48% from 255 or 20.56% from 574); Blue value is 237 (92.97% from 255 or 41.29% from 574); Max value from RGB is 237 - color contains mainly: blue. Hex color #DB76ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76ED is #248912. Grayscale: #A1A1A1. Windows color (decimal): -2394387 or 15562459. OLE color: 15562459.

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

Color convert

RGB 219 118 237 -
CMYK 0.08 0.50 0 0.07
HSL 290.92º 0.77% 0.7% -
HSV(B) 290.92º 0.5% 0.93% -
XYZ 50.98 34.13 84.02 -
YUV 161.77 170.46 168.82 -
System Red Green Blue C M Y K H S L
Decimal 219 118 237 0.08 0.50 0 0.07 290.92 0.77 0.7
Hex DB 76 ED 8 32 0 7 123 4D 46
Octal 333 166 355 10 62 0 7 443 115 106
Binary 11011011 1110110 11101101 1000 110010 0 111 100100011 1001101 1000110

Color Harmonies of #DB76ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76ED

Black with #DB76ED

Text Example


Text Example

White with #DB76ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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