Html Css Color HEX #DB5597 Mulberry

📋 copy color: '#DB5597'

red 219 ◦ green 85 ◦ blue 151

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

Shades of Mulberry #DB5597

Tints of Mulberry #DB5597

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.19%

R = 48.13%
G = 18.68%
B = 33.19%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.31

 K value IS 0.14

RGB Variations

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

Color information

#DB5597 (or 0xDB5597) is known color: Mulberry. HEX triplet: DB, 55 and 97. RGB value is (219,85,151). Sum of RGB (Red+Green+Blue) = 219+85+151=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 85 (33.59% from 255 or 18.68% from 455); Blue value is 151 (59.38% from 255 or 33.19% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5597 is #24AA68. Grayscale: #848484. Windows color (decimal): -2402921 or 9917915. OLE color: 9917915.

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

Color convert

RGB 219 85 151 -
CMYK 0 0.61 0.31 0.14
HSL 330.45º 0.65% 0.6% -
HSV(B) 330.45º 0.61% 0.86% -
XYZ 38.05 23.79 31.87 -
YUV 132.59 138.39 189.63 -
System Red Green Blue C M Y K H S L
Decimal 219 85 151 0 0.61 0.31 0.14 330.45 0.65 0.6
Hex DB 55 97 0 3D 1F E 14A 41 3C
Octal 333 125 227 0 75 37 16 512 101 74
Binary 11011011 1010101 10010111 0 111101 11111 1110 101001010 1000001 111100

Color Harmonies of #DB5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5597

Black with #DB5597

Text Example


Text Example

White with #DB5597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5597; }

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

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

background-color css

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

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

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

border-color css

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

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

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