Html Css Color HEX #DD55A2 Mulberry

📋 copy color: '#DD55A2'

red 221 ◦ green 85 ◦ blue 162

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

Shades of Mulberry #DD55A2

Tints of Mulberry #DD55A2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.62%

R = 47.22%
G = 18.16%
B = 34.62%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.27

 K value IS 0.13

RGB Variations

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

Color information

#DD55A2 (or 0xDD55A2) is known color: Mulberry. HEX triplet: DD, 55 and A2. RGB value is (221,85,162). Sum of RGB (Red+Green+Blue) = 221+85+162=468 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.22% from 468); Green value is 85 (33.59% from 255 or 18.16% from 468); Blue value is 162 (63.67% from 255 or 34.62% from 468); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD55A2 is #22AA5D. Grayscale: #868686. Windows color (decimal): -2271838 or 10638813. OLE color: 10638813.

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

Color convert

RGB 221 85 162 -
CMYK 0 0.62 0.27 0.13
HSL 326.03º 0.67% 0.6% -
HSV(B) 326.03º 0.62% 0.87% -
XYZ 39.59 24.48 36.82 -
YUV 134.44 143.56 189.74 -
System Red Green Blue C M Y K H S L
Decimal 221 85 162 0 0.62 0.27 0.13 326.03 0.67 0.6
Hex DD 55 A2 0 3E 1B D 146 43 3C
Octal 335 125 242 0 76 33 15 506 103 74
Binary 11011101 1010101 10100010 0 111110 11011 1101 101000110 1000011 111100

Color Harmonies of #DD55A2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55A2

Black with #DD55A2

Text Example


Text Example

White with #DD55A2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55A2; }

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

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

background-color css

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

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

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

border-color css

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

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

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