Html Css Color HEX #DB50A4 Mulberry

📋 copy color: '#DB50A4'

red 219 ◦ green 80 ◦ blue 164

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

Shades of Mulberry #DB50A4

Tints of Mulberry #DB50A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.42%

R = 47.3%
G = 17.28%
B = 35.42%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.25

 K value IS 0.14

RGB Variations

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

Color information

#DB50A4 (or 0xDB50A4) is known color: Mulberry. HEX triplet: DB, 50 and A4. RGB value is (219,80,164). Sum of RGB (Red+Green+Blue) = 219+80+164=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 80 (31.64% from 255 or 17.28% from 463); Blue value is 164 (64.45% from 255 or 35.42% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB50A4 is #24AF5B. Grayscale: #828282. Windows color (decimal): -2404188 or 10768603. OLE color: 10768603.

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

Color convert

RGB 219 80 164 -
CMYK 0 0.63 0.25 0.14
HSL 323.74º 0.66% 0.59% -
HSV(B) 323.74º 0.63% 0.86% -
XYZ 38.78 23.48 37.61 -
YUV 131.14 146.55 190.67 -
System Red Green Blue C M Y K H S L
Decimal 219 80 164 0 0.63 0.25 0.14 323.74 0.66 0.59
Hex DB 50 A4 0 3F 19 E 144 42 3B
Octal 333 120 244 0 77 31 16 504 102 73
Binary 11011011 1010000 10100100 0 111111 11001 1110 101000100 1000010 111011

Color Harmonies of #DB50A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50A4

Black with #DB50A4

Text Example


Text Example

White with #DB50A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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