Html Css Color HEX #DD559B Mulberry

📋 copy color: '#DD559B'

red 221 ◦ green 85 ◦ blue 155

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

Shades of Mulberry #DD559B

Tints of Mulberry #DD559B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 33.62%

R = 47.94%
G = 18.44%
B = 33.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD559B (or 0xDD559B) is known color: Mulberry. HEX triplet: DD, 55 and 9B. RGB value is (221,85,155). Sum of RGB (Red+Green+Blue) = 221+85+155=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD559B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD559B is #22AA64. Grayscale: #858585. Windows color (decimal): -2271845 or 10180061. OLE color: 10180061.

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

Color convert

RGB 221 85 155 -
CMYK 0 0.62 0.30 0.13
HSL 329.12º 0.67% 0.6% -
HSV(B) 329.12º 0.62% 0.87% -
XYZ 38.98 24.24 33.63 -
YUV 133.64 140.06 190.31 -
System Red Green Blue C M Y K H S L
Decimal 221 85 155 0 0.62 0.30 0.13 329.12 0.67 0.6
Hex DD 55 9B 0 3E 1E D 149 43 3C
Octal 335 125 233 0 76 36 15 511 103 74
Binary 11011101 1010101 10011011 0 111110 11110 1101 101001001 1000011 111100

Color Harmonies of #DD559B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD559B

Black with #DD559B

Text Example


Text Example

White with #DD559B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD559B; }

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

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

background-color css

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

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

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

border-color css

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

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

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