#DB76EA

Color #DB76EA Heliotrope (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Heliotrope #DB76EA

Tints of Heliotrope #DB76EA

Color information

#DB76EA (or 0xDB76EA) is unknown color: approx 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

RGB219118234-
CMYK0.060.5000.08
HSL292.24º73.42%69.02%-
HSV(B)292.24º49.57%91.76%-
XYZ50.5433.9681.73-
YUV161.42168.96169.07-

RGB Variations

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

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.80% from 255) = 40.98%
R=38.35%
G=20.67%
B=40.98%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191182340.060.5000.08292.2473.4269.02
HexDB76EA632081244945
Octal333166352662010444111105
Binary110110111110110111010101101100100100010010010010010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB76EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>