Html Css Color HEX #DB50AD Mulberry

📋 copy color: '#DB50AD'

red 219 ◦ green 80 ◦ blue 173

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

Shades of Mulberry #DB50AD

Tints of Mulberry #DB50AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 36.65%

R = 46.4%
G = 16.95%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.21

 K value IS 0.14

RGB Variations

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

Color information

#DB50AD (or 0xDB50AD) is known color: Mulberry. HEX triplet: DB, 50 and AD. RGB value is (219,80,173). Sum of RGB (Red+Green+Blue) = 219+80+173=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 80 (31.64% from 255 or 16.95% from 472); Blue value is 173 (67.97% from 255 or 36.65% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB50AD is #24AF52. Grayscale: #838383. Windows color (decimal): -2404179 or 11358427. OLE color: 11358427.

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

Color convert

RGB 219 80 173 -
CMYK 0 0.63 0.21 0.14
HSL 319.86º 0.66% 0.59% -
HSV(B) 319.86º 0.63% 0.86% -
XYZ 39.62 23.81 42.04 -
YUV 132.16 151.05 189.94 -
System Red Green Blue C M Y K H S L
Decimal 219 80 173 0 0.63 0.21 0.14 319.86 0.66 0.59
Hex DB 50 AD 0 3F 15 E 140 42 3B
Octal 333 120 255 0 77 25 16 500 102 73
Binary 11011011 1010000 10101101 0 111111 10101 1110 101000000 1000010 111011

Color Harmonies of #DB50AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50AD

Black with #DB50AD

Text Example


Text Example

White with #DB50AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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