Html Css Color HEX #DD44AC Mulberry

📋 copy color: '#DD44AC'

red 221 ◦ green 68 ◦ blue 172

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

Shades of Mulberry #DD44AC

Tints of Mulberry #DD44AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 37.31%

R = 47.94%
G = 14.75%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DD44AC (or 0xDD44AC) is known color: Mulberry. HEX triplet: DD, 44 and AC. RGB value is (221,68,172). Sum of RGB (Red+Green+Blue) = 221+68+172=461 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.94% from 461); Green value is 68 (26.95% from 255 or 14.75% from 461); Blue value is 172 (67.58% from 255 or 37.31% from 461); Max value from RGB is 221 - color contains mainly: red. Hex color #DD44AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD44AC is #22BB53. Grayscale: #7D7D7D. Windows color (decimal): -2276180 or 11289821. OLE color: 11289821.

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

Color convert

RGB 221 68 172 -
CMYK 0 0.69 0.22 0.13
HSL 319.22º 0.69% 0.57% -
HSV(B) 319.22º 0.69% 0.87% -
XYZ 39.33 22.48 41.3 -
YUV 125.6 154.19 196.04 -
System Red Green Blue C M Y K H S L
Decimal 221 68 172 0 0.69 0.22 0.13 319.22 0.69 0.57
Hex DD 44 AC 0 45 16 D 13F 45 39
Octal 335 104 254 0 105 26 15 477 105 71
Binary 11011101 1000100 10101100 0 1000101 10110 1101 100111111 1000101 111001

Color Harmonies of #DD44AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD44AC

Black with #DD44AC

Text Example


Text Example

White with #DD44AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD44AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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