Html Css Color HEX #DD559D Mulberry

📋 copy color: '#DD559D'

red 221 ◦ green 85 ◦ blue 157

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

Shades of Mulberry #DD559D

Tints of Mulberry #DD559D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 33.91%

R = 47.73%
G = 18.36%
B = 33.91%

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

#DD559D (or 0xDD559D) is known color: Mulberry. HEX triplet: DD, 55 and 9D. RGB value is (221,85,157). Sum of RGB (Red+Green+Blue) = 221+85+157=463 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.73% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 157 (61.72% from 255 or 33.91% from 463); Max value from RGB is 221 - color contains mainly: red. Hex color #DD559D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD559D is #22AA62. Grayscale: #858585. Windows color (decimal): -2271843 or 10311133. OLE color: 10311133.

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

Color convert

RGB 221 85 157 -
CMYK 0 0.62 0.29 0.13
HSL 328.24º 0.67% 0.6% -
HSV(B) 328.24º 0.62% 0.87% -
XYZ 39.15 24.3 34.53 -
YUV 133.87 141.06 190.15 -
System Red Green Blue C M Y K H S L
Decimal 221 85 157 0 0.62 0.29 0.13 328.24 0.67 0.6
Hex DD 55 9D 0 3E 1D D 148 43 3C
Octal 335 125 235 0 76 35 15 510 103 74
Binary 11011101 1010101 10011101 0 111110 11101 1101 101001000 1000011 111100

Color Harmonies of #DD559D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD559D

Black with #DD559D

Text Example


Text Example

White with #DD559D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD559D; }

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

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

background-color css

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

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

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

border-color css

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

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

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