Html Css Color HEX #DB52A0 Mulberry

📋 copy color: '#DB52A0'

red 219 ◦ green 82 ◦ blue 160

#DB52A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mulberry #DB52A0

Tints of Mulberry #DB52A0

RGB

 RED value IS 219 (85.94% from 255) = 47.51%

 GREEN value IS 82 (32.42% from 255) = 17.79%

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 47.51%
G = 17.79%
B = 34.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB52A0 (or 0xDB52A0) is known color: Mulberry. HEX triplet: DB, 52 and A0. RGB value is (219,82,160). Sum of RGB (Red+Green+Blue) = 219+82+160=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 82 (32.42% from 255 or 17.79% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB52A0 is #24AD5F. Grayscale: #838383. Windows color (decimal): -2403680 or 10506971. OLE color: 10506971.

HSL color Cylindrical-coordinate representation of color #DB52A0: hue angle of 325.84º 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 #DB52A0 is Cyan = 0, Magento = 0.63, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 82 160 -
CMYK 0 0.63 0.27 0.14
HSL 325.84º 0.66% 0.59% -
HSV(B) 325.84º 0.63% 0.86% -
XYZ 38.58 23.63 35.79 -
YUV 131.86 143.89 190.16 -
System Red Green Blue C M Y K H S L
Decimal 219 82 160 0 0.63 0.27 0.14 325.84 0.66 0.59
Hex DB 52 A0 0 3F 1B E 146 42 3B
Octal 333 122 240 0 77 33 16 506 102 73
Binary 11011011 1010010 10100000 0 111111 11011 1110 101000110 1000010 111011

Color Harmonies of #DB52A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52A0

Black with #DB52A0

Text Example


Text Example

White with #DB52A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52A0; }

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

 H1.HeaderClassName
 {
   color: #DB52A0;
 }
 .AnyTagClassName
 {
   color: #DB52A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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