Html Css Color HEX #DD559C Mulberry

📋 copy color: '#DD559C'

red 221 ◦ green 85 ◦ blue 156

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

Shades of Mulberry #DD559C

Tints of Mulberry #DD559C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 33.77%

R = 47.84%
G = 18.4%
B = 33.77%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD559C (or 0xDD559C) is known color: Mulberry. HEX triplet: DD, 55 and 9C. RGB value is (221,85,156). Sum of RGB (Red+Green+Blue) = 221+85+156=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 85 (33.59% from 255 or 18.40% from 462); Blue value is 156 (61.33% from 255 or 33.77% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD559C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD559C is #22AA63. Grayscale: #858585. Windows color (decimal): -2271844 or 10245597. OLE color: 10245597.

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

Color convert

RGB 221 85 156 -
CMYK 0 0.62 0.29 0.13
HSL 328.68º 0.67% 0.6% -
HSV(B) 328.68º 0.62% 0.87% -
XYZ 39.07 24.27 34.08 -
YUV 133.76 140.56 190.23 -
System Red Green Blue C M Y K H S L
Decimal 221 85 156 0 0.62 0.29 0.13 328.68 0.67 0.6
Hex DD 55 9C 0 3E 1D D 149 43 3C
Octal 335 125 234 0 76 35 15 511 103 74
Binary 11011101 1010101 10011100 0 111110 11101 1101 101001001 1000011 111100

Color Harmonies of #DD559C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD559C

Black with #DD559C

Text Example


Text Example

White with #DD559C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD559C; }

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

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

background-color css

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

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

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

border-color css

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

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

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