Html Css Color HEX #DD479A Mulberry

📋 copy color: '#DD479A'

red 221 ◦ green 71 ◦ blue 154

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

Shades of Mulberry #DD479A

Tints of Mulberry #DD479A

RGB

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

 GREEN value IS 71 (28.13% from 255) = 15.92%

 BLUE value IS 154 (60.55% from 255) = 34.53%

R = 49.55%
G = 15.92%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.30

 K value IS 0.13

RGB Variations

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

Color information

#DD479A (or 0xDD479A) is known color: Mulberry. HEX triplet: DD, 47 and 9A. RGB value is (221,71,154). Sum of RGB (Red+Green+Blue) = 221+71+154=446 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.55% from 446); Green value is 71 (28.12% from 255 or 15.92% from 446); Blue value is 154 (60.55% from 255 or 34.53% from 446); Max value from RGB is 221 - color contains mainly: red. Hex color #DD479A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD479A is #22B865. Grayscale: #7D7D7D. Windows color (decimal): -2275430 or 10110941. OLE color: 10110941.

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

Color convert

RGB 221 71 154 -
CMYK 0 0.68 0.30 0.13
HSL 326.8º 0.69% 0.57% -
HSV(B) 326.8º 0.68% 0.87% -
XYZ 37.9 22.21 32.86 -
YUV 125.31 144.2 196.25 -
System Red Green Blue C M Y K H S L
Decimal 221 71 154 0 0.68 0.30 0.13 326.8 0.69 0.57
Hex DD 47 9A 0 44 1E D 147 45 39
Octal 335 107 232 0 104 36 15 507 105 71
Binary 11011101 1000111 10011010 0 1000100 11110 1101 101000111 1000101 111001

Color Harmonies of #DD479A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD479A

Black with #DD479A

Text Example


Text Example

White with #DD479A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD479A; }

 p { color: rgb(221,71,154); }

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

background-color css

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

 a { background-color: rgb(221,71,154); }

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

border-color css

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

 span { border-color: rgb(221,71,154); }

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