#DB75EB

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

Shades of Heliotrope #DB75EB

Tints of Heliotrope #DB75EB

Color information

#DB75EB (or 0xDB75EB) is unknown color: approx Heliotrope. HEX triplet: DB, 75 and EB. RGB value is (219,117,235). Sum of RGB (Red+Green+Blue) = 219+117+235=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 117 (46.09% from 255 or 20.49% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #DB75EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75EB is #248A14. Grayscale: #A0A0A0. Windows color (decimal): -2394645 or 15431131. OLE color: 15431131.

HSL color Cylindrical-coordinate representation of color #DB75EB: hue angle of 291.86º degrees, saturation: 0.75, 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 #DB75EB is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219117235-
CMYK0.070.5000.08
HSL291.86º74.68%69.02%-
HSV(B)291.86º50.21%92.16%-
XYZ50.5733.7882.45-
YUV160.95169.79169.41-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 117 (46.09% from 255) = 20.49%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=38.35%
G=20.49%
B=41.16%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191172350.070.5000.08291.8674.6869.02
HexDB75EB732081244b45
Octal333165353762010444113105
Binary110110111110101111010111111100100100010010010010010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB75EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB75EB; }

 p { color: rgb(219,117,235); }

 H1.HeaderClassName
 {
   color: #DB75EB;
 }
 .AnyTagClassName
 {
   color: #DB75EB;
 }
</style>
background-color css

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

 a { background-color: rgb(219,117,235); }

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

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

 span { border-color: rgb(219,117,235); }

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