Html Css Color HEX #DD44AB Mulberry

📋 copy color: '#DD44AB'

red 221 ◦ green 68 ◦ blue 171

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

Shades of Mulberry #DD44AB

Tints of Mulberry #DD44AB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 14.78%

 BLUE value IS 171 (67.19% from 255) = 37.17%

R = 48.04%
G = 14.78%
B = 37.17%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DD44AB (or 0xDD44AB) is known color: Mulberry. HEX triplet: DD, 44 and AB. RGB value is (221,68,171). Sum of RGB (Red+Green+Blue) = 221+68+171=460 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.04% from 460); Green value is 68 (26.95% from 255 or 14.78% from 460); Blue value is 171 (67.19% from 255 or 37.17% from 460); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44AB is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD44AB is #22BB54. Grayscale: #7D7D7D. Windows color (decimal): -2276181 or 11224285. OLE color: 11224285.

HSL color Cylindrical-coordinate representation of color #DD44AB: hue angle of 319.61º degrees, saturation: 0.69, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DD44AB is Cyan = 0, Magento = 0.69, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 68 171 -
CMYK 0 0.69 0.23 0.13
HSL 319.61º 0.69% 0.57% -
HSV(B) 319.61º 0.69% 0.87% -
XYZ 39.24 22.45 40.79 -
YUV 125.49 153.69 196.12 -
System Red Green Blue C M Y K H S L
Decimal 221 68 171 0 0.69 0.23 0.13 319.61 0.69 0.57
Hex DD 44 AB 0 45 17 D 140 45 39
Octal 335 104 253 0 105 27 15 500 105 71
Binary 11011101 1000100 10101011 0 1000101 10111 1101 101000000 1000101 111001

Color Harmonies of #DD44AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44AB

Black with #DD44AB

Text Example


Text Example

White with #DD44AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44AB; }

 p { color: rgb(221,68,171); }

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

background-color css

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

 a { background-color: rgb(221,68,171); }

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

border-color css

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

 span { border-color: rgb(221,68,171); }

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