Html Css Color HEX #DB529A Mulberry

📋 copy color: '#DB529A'

red 219 ◦ green 82 ◦ blue 154

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

Shades of Mulberry #DB529A

Tints of Mulberry #DB529A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.85%

R = 48.13%
G = 18.02%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.30

 K value IS 0.14

RGB Variations

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

Color information

#DB529A (or 0xDB529A) is known color: Mulberry. HEX triplet: DB, 52 and 9A. RGB value is (219,82,154). Sum of RGB (Red+Green+Blue) = 219+82+154=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 154 (60.55% from 255 or 33.85% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB529A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB529A is #24AD65. Grayscale: #838383. Windows color (decimal): -2403686 or 10113755. OLE color: 10113755.

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

Color convert

RGB 219 82 154 -
CMYK 0 0.63 0.30 0.14
HSL 328.47º 0.66% 0.59% -
HSV(B) 328.47º 0.63% 0.86% -
XYZ 38.06 23.43 33.09 -
YUV 131.17 140.89 190.65 -
System Red Green Blue C M Y K H S L
Decimal 219 82 154 0 0.63 0.30 0.14 328.47 0.66 0.59
Hex DB 52 9A 0 3F 1E E 148 42 3B
Octal 333 122 232 0 77 36 16 510 102 73
Binary 11011011 1010010 10011010 0 111111 11110 1110 101001000 1000010 111011

Color Harmonies of #DB529A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB529A

Black with #DB529A

Text Example


Text Example

White with #DB529A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB529A; }

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

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

background-color css

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

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

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

border-color css

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

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

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