#DB52FB

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

Shades of Heliotrope #DB52FB

Tints of Heliotrope #DB52FB

Color information

#DB52FB (or 0xDB52FB) is unknown color: approx Heliotrope. HEX triplet: DB, 52 and FB. RGB value is (219,82,251). Sum of RGB (Red+Green+Blue) = 219+82+251=552 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.67% from 552); Green value is 82 (32.42% from 255 or 14.86% from 552); Blue value is 251 (98.44% from 255 or 45.47% from 552); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB52FB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #DB52FB is #24AD04. Grayscale: #8D8D8D. Windows color (decimal): -2403589 or 16470747. OLE color: 16470747.

HSL color Cylindrical-coordinate representation of color #DB52FB: hue angle of 288.64º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #DB52FB is Cyan = 0.13, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB21982251-
CMYK0.130.6700.02
HSL288.64º95.48%65.29%-
HSV(B)288.64º67.33%98.43%-
XYZ49.6428.0694.07-
YUV142.23189.39182.76-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.67%
GREEN value IS 82 (32.42% from 255) = 14.86%
BLUE value IS 251 (98.44% from 255) = 45.47%
R=39.67%
G=14.86%
B=45.47%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal219822510.130.6700.02288.6495.4865.29
HexDB52FBD43021215f41
Octal3331223731510302441137101
Binary110110111010010111110111101100001101010010000110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB52FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB52FB; }

 p { color: rgb(219,82,251); }

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

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

 a { background-color: rgb(219,82,251); }

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

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

 span { border-color: rgb(219,82,251); }

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