#DB52A7

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

Shades of Mulberry #DB52A7

Tints of Mulberry #DB52A7

Color information

#DB52A7 (or 0xDB52A7) is unknown color: approx Mulberry. HEX triplet: DB, 52 and A7. RGB value is (219,82,167). Sum of RGB (Red+Green+Blue) = 219+82+167=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 82 (32.42% from 255 or 17.52% from 468); Blue value is 167 (65.62% from 255 or 35.68% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52A7 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB52A7 is #24AD58. Grayscale: #848484. Windows color (decimal): -2403673 or 10965723. OLE color: 10965723.

HSL color Cylindrical-coordinate representation of color #DB52A7: hue angle of 322.77º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #DB52A7 is Cyan = 0, Magento = 0.63, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB21982167-
CMYK00.630.240.14
HSL322.77º65.55%59.02%-
HSV(B)322.77º62.56%85.88%-
XYZ39.2123.8839.1-
YUV132.65147.39189.59-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 46.79%
GREEN value IS 82 (32.42% from 255) = 17.52%
BLUE value IS 167 (65.62% from 255) = 35.68%
R=46.79%
G=17.52%
B=35.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2198216700.630.240.14322.7765.5559.02
HexDB52A703F18E143423b
Octal333122247077301650310273
Binary1101101110100101010011101111111100011101010000111000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DB52A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DB52A7; }

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

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

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

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

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

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

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

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