Html Css Color HEX #DB50A9 Mulberry

📋 copy color: '#DB50A9'

red 219 ◦ green 80 ◦ blue 169

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

Shades of Mulberry #DB50A9

Tints of Mulberry #DB50A9

RGB

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

 GREEN value IS 80 (31.64% from 255) = 17.09%

 BLUE value IS 169 (66.41% from 255) = 36.11%

R = 46.79%
G = 17.09%
B = 36.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.23

 K value IS 0.14

RGB Variations

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

Color information

#DB50A9 (or 0xDB50A9) is known color: Mulberry. HEX triplet: DB, 50 and A9. RGB value is (219,80,169). Sum of RGB (Red+Green+Blue) = 219+80+169=468 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.79% from 468); Green value is 80 (31.64% from 255 or 17.09% from 468); Blue value is 169 (66.41% from 255 or 36.11% from 468); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB50A9 is #24AF56. Grayscale: #838383. Windows color (decimal): -2404183 or 11096283. OLE color: 11096283.

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

Color convert

RGB 219 80 169 -
CMYK 0 0.63 0.23 0.14
HSL 321.58º 0.66% 0.59% -
HSV(B) 321.58º 0.63% 0.86% -
XYZ 39.24 23.66 40.03 -
YUV 131.71 149.05 190.26 -
System Red Green Blue C M Y K H S L
Decimal 219 80 169 0 0.63 0.23 0.14 321.58 0.66 0.59
Hex DB 50 A9 0 3F 17 E 142 42 3B
Octal 333 120 251 0 77 27 16 502 102 73
Binary 11011011 1010000 10101001 0 111111 10111 1110 101000010 1000010 111011

Color Harmonies of #DB50A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50A9

Black with #DB50A9

Text Example


Text Example

White with #DB50A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50A9; }

 p { color: rgb(219,80,169); }

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

background-color css

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

 a { background-color: rgb(219,80,169); }

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

border-color css

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

 span { border-color: rgb(219,80,169); }

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