Html Css Color HEX #DD49A8 Mulberry

📋 copy color: '#DD49A8'

red 221 ◦ green 73 ◦ blue 168

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

Shades of Mulberry #DD49A8

Tints of Mulberry #DD49A8

RGB

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

 GREEN value IS 73 (28.91% from 255) = 15.8%

 BLUE value IS 168 (66.02% from 255) = 36.36%

R = 47.84%
G = 15.8%
B = 36.36%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.24

 K value IS 0.13

RGB Variations

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

Color information

#DD49A8 (or 0xDD49A8) is known color: Mulberry. HEX triplet: DD, 49 and A8. RGB value is (221,73,168). Sum of RGB (Red+Green+Blue) = 221+73+168=462 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.84% from 462); Green value is 73 (28.91% from 255 or 15.80% from 462); Blue value is 168 (66.02% from 255 or 36.36% from 462); Max value from RGB is 221 - color contains mainly: red. Hex color #DD49A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD49A8 is #22B657. Grayscale: #7F7F7F. Windows color (decimal): -2274904 or 11028957. OLE color: 11028957.

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

Color convert

RGB 221 73 168 -
CMYK 0 0.67 0.24 0.13
HSL 321.49º 0.69% 0.58% -
HSV(B) 321.49º 0.67% 0.87% -
XYZ 39.27 22.96 39.41 -
YUV 128.08 150.53 194.28 -
System Red Green Blue C M Y K H S L
Decimal 221 73 168 0 0.67 0.24 0.13 321.49 0.69 0.58
Hex DD 49 A8 0 43 18 D 141 45 3A
Octal 335 111 250 0 103 30 15 501 105 72
Binary 11011101 1001001 10101000 0 1000011 11000 1101 101000001 1000101 111010

Color Harmonies of #DD49A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD49A8

Black with #DD49A8

Text Example


Text Example

White with #DD49A8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD49A8; }

 p { color: rgb(221,73,168); }

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

background-color css

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

 a { background-color: rgb(221,73,168); }

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

border-color css

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

 span { border-color: rgb(221,73,168); }

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