Html Css Color HEX #DB5596 Mulberry

📋 copy color: '#DB5596'

red 219 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #DB5596

Tints of Mulberry #DB5596

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.04%

R = 48.24%
G = 18.72%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.32

 K value IS 0.14

RGB Variations

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

Color information

#DB5596 (or 0xDB5596) is known color: Mulberry. HEX triplet: DB, 55 and 96. RGB value is (219,85,150). Sum of RGB (Red+Green+Blue) = 219+85+150=454 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.24% from 454); Green value is 85 (33.59% from 255 or 18.72% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5596 is #24AA69. Grayscale: #848484. Windows color (decimal): -2402922 or 9852379. OLE color: 9852379.

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

Color convert

RGB 219 85 150 -
CMYK 0 0.61 0.32 0.14
HSL 330.9º 0.65% 0.6% -
HSV(B) 330.9º 0.61% 0.86% -
XYZ 37.97 23.76 31.44 -
YUV 132.48 137.89 189.71 -
System Red Green Blue C M Y K H S L
Decimal 219 85 150 0 0.61 0.32 0.14 330.9 0.65 0.6
Hex DB 55 96 0 3D 20 E 14B 41 3C
Octal 333 125 226 0 75 40 16 513 101 74
Binary 11011011 1010101 10010110 0 111101 100000 1110 101001011 1000001 111100

Color Harmonies of #DB5596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5596

Black with #DB5596

Text Example


Text Example

White with #DB5596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5596; }

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

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

background-color css

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

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

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

border-color css

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

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

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