Html Css Color HEX #DD559A Mulberry

📋 copy color: '#DD559A'

red 221 ◦ green 85 ◦ blue 154

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

Shades of Mulberry #DD559A

Tints of Mulberry #DD559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 33.48%

R = 48.04%
G = 18.48%
B = 33.48%

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

#DD559A (or 0xDD559A) is known color: Mulberry. HEX triplet: DD, 55 and 9A. RGB value is (221,85,154). Sum of RGB (Red+Green+Blue) = 221+85+154=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 85 (33.59% from 255 or 18.48% from 460); Blue value is 154 (60.55% from 255 or 33.48% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD559A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD559A is #22AA65. Grayscale: #858585. Windows color (decimal): -2271846 or 10114525. OLE color: 10114525.

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

Color convert

RGB 221 85 154 -
CMYK 0 0.62 0.30 0.13
HSL 329.56º 0.67% 0.6% -
HSV(B) 329.56º 0.62% 0.87% -
XYZ 38.9 24.2 33.19 -
YUV 133.53 139.56 190.39 -
System Red Green Blue C M Y K H S L
Decimal 221 85 154 0 0.62 0.30 0.13 329.56 0.67 0.6
Hex DD 55 9A 0 3E 1E D 14A 43 3C
Octal 335 125 232 0 76 36 15 512 103 74
Binary 11011101 1010101 10011010 0 111110 11110 1101 101001010 1000011 111100

Color Harmonies of #DD559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD559A

Black with #DD559A

Text Example


Text Example

White with #DD559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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