Html Css Color HEX #DB76EA Heliotrope

📋 copy color: '#DB76EA'

red 219 ◦ green 118 ◦ blue 234

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

Shades of Heliotrope #DB76EA

Tints of Heliotrope #DB76EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 40.98%

R = 38.35%
G = 20.67%
B = 40.98%

CMYK

 C value IS 0.06

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#DB76EA (or 0xDB76EA) is known color: Heliotrope. HEX triplet: DB, 76 and EA. RGB value is (219,118,234). Sum of RGB (Red+Green+Blue) = 219+118+234=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 118 (46.48% from 255 or 20.67% from 571); Blue value is 234 (91.80% from 255 or 40.98% from 571); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB76EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB76EA is #248915. Grayscale: #A1A1A1. Windows color (decimal): -2394390 or 15365851. OLE color: 15365851.

HSL color Cylindrical-coordinate representation of color #DB76EA: hue angle of 292.24º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #DB76EA is Cyan = 0.06, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 219 118 234 -
CMYK 0.06 0.50 0 0.08
HSL 292.24º 0.73% 0.69% -
HSV(B) 292.24º 0.5% 0.92% -
XYZ 50.54 33.96 81.73 -
YUV 161.42 168.96 169.07 -
System Red Green Blue C M Y K H S L
Decimal 219 118 234 0.06 0.50 0 0.08 292.24 0.73 0.69
Hex DB 76 EA 6 32 0 8 124 49 45
Octal 333 166 352 6 62 0 10 444 111 105
Binary 11011011 1110110 11101010 110 110010 0 1000 100100100 1001001 1000101

Color Harmonies of #DB76EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB76EA

Black with #DB76EA

Text Example


Text Example

White with #DB76EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB76EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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