Html Css Color HEX #DB529E Mulberry

📋 copy color: '#DB529E'

red 219 ◦ green 82 ◦ blue 158

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

Shades of Mulberry #DB529E

Tints of Mulberry #DB529E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 34.42%

R = 47.71%
G = 17.86%
B = 34.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.28

 K value IS 0.14

RGB Variations

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

Color information

#DB529E (or 0xDB529E) is known color: Mulberry. HEX triplet: DB, 52 and 9E. RGB value is (219,82,158). Sum of RGB (Red+Green+Blue) = 219+82+158=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 82 (32.42% from 255 or 17.86% from 459); Blue value is 158 (62.11% from 255 or 34.42% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB529E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB529E is #24AD61. Grayscale: #838383. Windows color (decimal): -2403682 or 10375899. OLE color: 10375899.

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

Color convert

RGB 219 82 158 -
CMYK 0 0.63 0.28 0.14
HSL 326.72º 0.66% 0.59% -
HSV(B) 326.72º 0.63% 0.86% -
XYZ 38.4 23.56 34.87 -
YUV 131.63 142.89 190.32 -
System Red Green Blue C M Y K H S L
Decimal 219 82 158 0 0.63 0.28 0.14 326.72 0.66 0.59
Hex DB 52 9E 0 3F 1C E 147 42 3B
Octal 333 122 236 0 77 34 16 507 102 73
Binary 11011011 1010010 10011110 0 111111 11100 1110 101000111 1000010 111011

Color Harmonies of #DB529E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB529E

Black with #DB529E

Text Example


Text Example

White with #DB529E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB529E; }

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

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

background-color css

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

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

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

border-color css

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

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

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