Html Css Color HEX #DD5596 Mulberry

📋 copy color: '#DD5596'

red 221 ◦ green 85 ◦ blue 150

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

Shades of Mulberry #DD5596

Tints of Mulberry #DD5596

RGB

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

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

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

R = 48.46%
G = 18.64%
B = 32.89%

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

#DD5596 (or 0xDD5596) is known color: Mulberry. HEX triplet: DD, 55 and 96. RGB value is (221,85,150). Sum of RGB (Red+Green+Blue) = 221+85+150=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 85 (33.59% from 255 or 18.64% from 456); Blue value is 150 (58.98% from 255 or 32.89% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5596 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5596 is #22AA69. Grayscale: #848484. Windows color (decimal): -2271850 or 9852381. OLE color: 9852381.

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

Color convert

RGB 221 85 150 -
CMYK 0 0.62 0.32 0.13
HSL 331.32º 0.67% 0.6% -
HSV(B) 331.32º 0.62% 0.87% -
XYZ 38.57 24.07 31.47 -
YUV 133.07 137.56 190.71 -
System Red Green Blue C M Y K H S L
Decimal 221 85 150 0 0.62 0.32 0.13 331.32 0.67 0.6
Hex DD 55 96 0 3E 20 D 14B 43 3C
Octal 335 125 226 0 76 40 15 513 103 74
Binary 11011101 1010101 10010110 0 111110 100000 1101 101001011 1000011 111100

Color Harmonies of #DD5596

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5596

Black with #DD5596

Text Example


Text Example

White with #DD5596

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5596; }

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

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

background-color css

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

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

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

border-color css

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

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

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