Html Css Color HEX #DB54A0 Mulberry

📋 copy color: '#DB54A0'

red 219 ◦ green 84 ◦ blue 160

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

Shades of Mulberry #DB54A0

Tints of Mulberry #DB54A0

RGB

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

 GREEN value IS 84 (33.2% from 255) = 18.14%

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

R = 47.3%
G = 18.14%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB54A0 (or 0xDB54A0) is known color: Mulberry. HEX triplet: DB, 54 and A0. RGB value is (219,84,160). Sum of RGB (Red+Green+Blue) = 219+84+160=463 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.30% from 463); Green value is 84 (33.20% from 255 or 18.14% from 463); Blue value is 160 (62.89% from 255 or 34.56% from 463); Max value from RGB is 219 - color contains mainly: red. Hex color #DB54A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB54A0 is #24AB5F. Grayscale: #848484. Windows color (decimal): -2403168 or 10507483. OLE color: 10507483.

HSL color Cylindrical-coordinate representation of color #DB54A0: hue angle of 326.22º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB54A0 is Cyan = 0, Magento = 0.62, Yellow = 0.27 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 84 160 -
CMYK 0 0.62 0.27 0.14
HSL 326.22º 0.65% 0.59% -
HSV(B) 326.22º 0.62% 0.86% -
XYZ 38.73 23.94 35.84 -
YUV 133.03 143.23 189.32 -
System Red Green Blue C M Y K H S L
Decimal 219 84 160 0 0.62 0.27 0.14 326.22 0.65 0.59
Hex DB 54 A0 0 3E 1B E 146 41 3B
Octal 333 124 240 0 76 33 16 506 101 73
Binary 11011011 1010100 10100000 0 111110 11011 1110 101000110 1000001 111011

Color Harmonies of #DB54A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB54A0

Black with #DB54A0

Text Example


Text Example

White with #DB54A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB54A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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