Html Css Color HEX #DD55A1 Mulberry

📋 copy color: '#DD55A1'

red 221 ◦ green 85 ◦ blue 161

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

Shades of Mulberry #DD55A1

Tints of Mulberry #DD55A1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.48%

R = 47.32%
G = 18.2%
B = 34.48%

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

#DD55A1 (or 0xDD55A1) is known color: Mulberry. HEX triplet: DD, 55 and A1. RGB value is (221,85,161). Sum of RGB (Red+Green+Blue) = 221+85+161=467 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.32% from 467); Green value is 85 (33.59% from 255 or 18.20% from 467); Blue value is 161 (63.28% from 255 or 34.48% from 467); Max value from RGB is 221 - color contains mainly: red. Hex color #DD55A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD55A1 is #22AA5E. Grayscale: #868686. Windows color (decimal): -2271839 or 10573277. OLE color: 10573277.

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

Color convert

RGB 221 85 161 -
CMYK 0 0.62 0.27 0.13
HSL 326.47º 0.67% 0.6% -
HSV(B) 326.47º 0.62% 0.87% -
XYZ 39.5 24.44 36.35 -
YUV 134.33 143.06 189.82 -
System Red Green Blue C M Y K H S L
Decimal 221 85 161 0 0.62 0.27 0.13 326.47 0.67 0.6
Hex DD 55 A1 0 3E 1B D 146 43 3C
Octal 335 125 241 0 76 33 15 506 103 74
Binary 11011101 1010101 10100001 0 111110 11011 1101 101000110 1000011 111100

Color Harmonies of #DD55A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD55A1

Black with #DD55A1

Text Example


Text Example

White with #DD55A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD55A1; }

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

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

background-color css

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

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

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

border-color css

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

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

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