Html Css Color HEX #DB55A0 Mulberry

📋 copy color: '#DB55A0'

red 219 ◦ green 85 ◦ blue 160

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

Shades of Mulberry #DB55A0

Tints of Mulberry #DB55A0

RGB

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

 GREEN value IS 85 (33.59% from 255) = 18.32%

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

R = 47.2%
G = 18.32%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.27

 K value IS 0.14

RGB Variations

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

Color information

#DB55A0 (or 0xDB55A0) is known color: Mulberry. HEX triplet: DB, 55 and A0. RGB value is (219,85,160). Sum of RGB (Red+Green+Blue) = 219+85+160=464 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.20% from 464); Green value is 85 (33.59% from 255 or 18.32% from 464); Blue value is 160 (62.89% from 255 or 34.48% from 464); Max value from RGB is 219 - color contains mainly: red. Hex color #DB55A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB55A0 is #24AA5F. Grayscale: #858585. Windows color (decimal): -2402912 or 10507739. OLE color: 10507739.

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

Color convert

RGB 219 85 160 -
CMYK 0 0.61 0.27 0.14
HSL 326.42º 0.65% 0.6% -
HSV(B) 326.42º 0.61% 0.86% -
XYZ 38.81 24.1 35.86 -
YUV 133.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 219 85 160 0 0.61 0.27 0.14 326.42 0.65 0.6
Hex DB 55 A0 0 3D 1B E 146 41 3C
Octal 333 125 240 0 75 33 16 506 101 74
Binary 11011011 1010101 10100000 0 111101 11011 1110 101000110 1000001 111100

Color Harmonies of #DB55A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB55A0

Black with #DB55A0

Text Example


Text Example

White with #DB55A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB55A0; }

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

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

background-color css

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

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

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

border-color css

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

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

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