Html Css Color HEX #DB52A2 Mulberry

📋 copy color: '#DB52A2'

red 219 ◦ green 82 ◦ blue 162

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

Shades of Mulberry #DB52A2

Tints of Mulberry #DB52A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.99%

R = 47.3%
G = 17.71%
B = 34.99%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.26

 K value IS 0.14

RGB Variations

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

Color information

#DB52A2 (or 0xDB52A2) is known color: Mulberry. HEX triplet: DB, 52 and A2. RGB value is (219,82,162). Sum of RGB (Red+Green+Blue) = 219+82+162=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 82 (32.42% from 255 or 17.71% from 463); Blue value is 162 (63.67% from 255 or 34.99% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB52A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB52A2 is #24AD5D. Grayscale: #838383. Windows color (decimal): -2403678 or 10638043. OLE color: 10638043.

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

Color convert

RGB 219 82 162 -
CMYK 0 0.63 0.26 0.14
HSL 324.96º 0.66% 0.59% -
HSV(B) 324.96º 0.63% 0.86% -
XYZ 38.75 23.7 36.72 -
YUV 132.08 144.89 190 -
System Red Green Blue C M Y K H S L
Decimal 219 82 162 0 0.63 0.26 0.14 324.96 0.66 0.59
Hex DB 52 A2 0 3F 1A E 145 42 3B
Octal 333 122 242 0 77 32 16 505 102 73
Binary 11011011 1010010 10100010 0 111111 11010 1110 101000101 1000010 111011

Color Harmonies of #DB52A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB52A2

Black with #DB52A2

Text Example


Text Example

White with #DB52A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB52A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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