#DB75EA

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

Shades of Heliotrope #DB75EA

Tints of Heliotrope #DB75EA

Color information

#DB75EA (or 0xDB75EA) is unknown color: approx Heliotrope. HEX triplet: DB, 75 and EA. RGB value is (219,117,234). Sum of RGB (Red+Green+Blue) = 219+117+234=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 117 (46.09% from 255 or 20.53% from 570); Blue value is 234 (91.80% from 255 or 41.05% from 570); Max value from RGB is 234 - color contains mainly: blue. Hex color #DB75EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB75EA is #248A15. Grayscale: #A0A0A0. Windows color (decimal): -2394646 or 15365595. OLE color: 15365595.

HSL color Cylindrical-coordinate representation of color #DB75EA: hue angle of 292.31º degrees, saturation: 0.74, 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 #DB75EA is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB219117234-
CMYK0.060.500.08
HSL292.31º73.58%68.82%-
HSV(B)292.31º50%91.76%-
XYZ50.4333.7281.69-
YUV160.84169.29169.49-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 117 (46.09% from 255) = 20.53%
BLUE value IS 234 (91.80% from 255) = 41.05%
R=38.42%
G=20.53%
B=41.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2191172340.060.500.08292.3173.5868.82
HexDB75EA632081244a45
Octal333165352662010444112105
Binary110110111110101111010101101100100100010010010010010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB75EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB75EA; }

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

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

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

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

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

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

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

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