Html Css Color HEX #DB50A0 Mulberry

📋 copy color: '#DB50A0'

red 219 ◦ green 80 ◦ blue 160

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

Shades of Mulberry #DB50A0

Tints of Mulberry #DB50A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 34.86%

R = 47.71%
G = 17.43%
B = 34.86%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB50A0 (or 0xDB50A0) is known color: Mulberry. HEX triplet: DB, 50 and A0. RGB value is (219,80,160). Sum of RGB (Red+Green+Blue) = 219+80+160=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 80 (31.64% from 255 or 17.43% from 459); Blue value is 160 (62.89% from 255 or 34.86% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB50A0 is #24AF5F. Grayscale: #828282. Windows color (decimal): -2404192 or 10506459. OLE color: 10506459.

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

Color convert

RGB 219 80 160 -
CMYK 0 0.63 0.27 0.14
HSL 325.47º 0.66% 0.59% -
HSV(B) 325.47º 0.63% 0.86% -
XYZ 38.43 23.34 35.74 -
YUV 130.68 144.55 191 -
System Red Green Blue C M Y K H S L
Decimal 219 80 160 0 0.63 0.27 0.14 325.47 0.66 0.59
Hex DB 50 A0 0 3F 1B E 145 42 3B
Octal 333 120 240 0 77 33 16 505 102 73
Binary 11011011 1010000 10100000 0 111111 11011 1110 101000101 1000010 111011

Color Harmonies of #DB50A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50A0

Black with #DB50A0

Text Example


Text Example

White with #DB50A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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