Html Css Color HEX #DD56A0 Mulberry

📋 copy color: '#DD56A0'

red 221 ◦ green 86 ◦ blue 160

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

Shades of Mulberry #DD56A0

Tints of Mulberry #DD56A0

RGB

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

 GREEN value IS 86 (33.98% from 255) = 18.42%

 BLUE value IS 160 (62.89% from 255) = 34.26%

R = 47.32%
G = 18.42%
B = 34.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.28

 K value IS 0.13

RGB Variations

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

Color information

#DD56A0 (or 0xDD56A0) is known color: Mulberry. HEX triplet: DD, 56 and A0. RGB value is (221,86,160). Sum of RGB (Red+Green+Blue) = 221+86+160=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 86 (33.98% from 255 or 18.42% from 467); Blue value is 160 (62.89% from 255 or 34.26% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD56A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD56A0 is #22A95F. Grayscale: #868686. Windows color (decimal): -2271584 or 10507997. OLE color: 10507997.

HSL color Cylindrical-coordinate representation of color #DD56A0: hue angle of 327.11º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DD56A0 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 86 160 -
CMYK 0 0.61 0.28 0.13
HSL 327.11º 0.67% 0.6% -
HSV(B) 327.11º 0.61% 0.87% -
XYZ 39.49 24.57 35.92 -
YUV 134.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 221 86 160 0 0.61 0.28 0.13 327.11 0.67 0.6
Hex DD 56 A0 0 3D 1C D 147 43 3C
Octal 335 126 240 0 75 34 15 507 103 74
Binary 11011101 1010110 10100000 0 111101 11100 1101 101000111 1000011 111100

Color Harmonies of #DD56A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD56A0

Black with #DD56A0

Text Example


Text Example

White with #DD56A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD56A0; }

 p { color: rgb(221,86,160); }

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

background-color css

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

 a { background-color: rgb(221,86,160); }

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

border-color css

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

 span { border-color: rgb(221,86,160); }

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