Html Css Color HEX #DB50A8 Mulberry

📋 copy color: '#DB50A8'

red 219 ◦ green 80 ◦ blue 168

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

Shades of Mulberry #DB50A8

Tints of Mulberry #DB50A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 35.97%

R = 46.9%
G = 17.13%
B = 35.97%

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

#DB50A8 (or 0xDB50A8) is known color: Mulberry. HEX triplet: DB, 50 and A8. RGB value is (219,80,168). Sum of RGB (Red+Green+Blue) = 219+80+168=467 (61% of max value = 765). Red value is 219 (85.94% from 255 or 46.90% from 467); Green value is 80 (31.64% from 255 or 17.13% from 467); Blue value is 168 (66.02% from 255 or 35.97% from 467); Max value from RGB is 219 - color contains mainly: red. Hex color #DB50A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB50A8 is #24AF57. Grayscale: #838383. Windows color (decimal): -2404184 or 11030747. OLE color: 11030747.

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

Color convert

RGB 219 80 168 -
CMYK 0 0.63 0.23 0.14
HSL 322.01º 0.66% 0.59% -
HSV(B) 322.01º 0.63% 0.86% -
XYZ 39.15 23.62 39.54 -
YUV 131.59 148.55 190.34 -
System Red Green Blue C M Y K H S L
Decimal 219 80 168 0 0.63 0.23 0.14 322.01 0.66 0.59
Hex DB 50 A8 0 3F 17 E 142 42 3B
Octal 333 120 250 0 77 27 16 502 102 73
Binary 11011011 1010000 10101000 0 111111 10111 1110 101000010 1000010 111011

Color Harmonies of #DB50A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB50A8

Black with #DB50A8

Text Example


Text Example

White with #DB50A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB50A8; }

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

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

background-color css

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

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

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

border-color css

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

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

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