Html Css Color HEX #DD5597 Mulberry

📋 copy color: '#DD5597'

red 221 ◦ green 85 ◦ blue 151

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

Shades of Mulberry #DD5597

Tints of Mulberry #DD5597

RGB

 RED value IS 221 (86.72% from 255) = 48.36%

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

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

R = 48.36%
G = 18.6%
B = 33.04%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD5597 (or 0xDD5597) is known color: Mulberry. HEX triplet: DD, 55 and 97. RGB value is (221,85,151). Sum of RGB (Red+Green+Blue) = 221+85+151=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 85 (33.59% from 255 or 18.60% from 457); Blue value is 151 (59.38% from 255 or 33.04% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5597 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5597 is #22AA68. Grayscale: #858585. Windows color (decimal): -2271849 or 9917917. OLE color: 9917917.

HSL color Cylindrical-coordinate representation of color #DD5597: hue angle of 330.88º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DD5597 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 85 151 -
CMYK 0 0.62 0.32 0.13
HSL 330.88º 0.67% 0.6% -
HSV(B) 330.88º 0.62% 0.87% -
XYZ 38.65 24.1 31.89 -
YUV 133.19 138.06 190.63 -
System Red Green Blue C M Y K H S L
Decimal 221 85 151 0 0.62 0.32 0.13 330.88 0.67 0.6
Hex DD 55 97 0 3E 20 D 14B 43 3C
Octal 335 125 227 0 76 40 15 513 103 74
Binary 11011101 1010101 10010111 0 111110 100000 1101 101001011 1000011 111100

Color Harmonies of #DD5597

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5597

Black with #DD5597

Text Example


Text Example

White with #DD5597

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5597; }

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

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

background-color css

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

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

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

border-color css

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

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

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