Html Css Color HEX #DD479B Mulberry

📋 copy color: '#DD479B'

red 221 ◦ green 71 ◦ blue 155

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

Shades of Mulberry #DD479B

Tints of Mulberry #DD479B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 34.68%

R = 49.44%
G = 15.88%
B = 34.68%

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

#DD479B (or 0xDD479B) is known color: Mulberry. HEX triplet: DD, 47 and 9B. RGB value is (221,71,155). Sum of RGB (Red+Green+Blue) = 221+71+155=447 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.44% from 447); Green value is 71 (28.12% from 255 or 15.88% from 447); Blue value is 155 (60.94% from 255 or 34.68% from 447); Max value from RGB is 221 - color contains mainly: red. Hex color #DD479B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD479B is #22B864. Grayscale: #7D7D7D. Windows color (decimal): -2275429 or 10176477. OLE color: 10176477.

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

Color convert

RGB 221 71 155 -
CMYK 0 0.68 0.30 0.13
HSL 326.4º 0.69% 0.57% -
HSV(B) 326.4º 0.68% 0.87% -
XYZ 37.99 22.25 33.3 -
YUV 125.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 221 71 155 0 0.68 0.30 0.13 326.4 0.69 0.57
Hex DD 47 9B 0 44 1E D 146 45 39
Octal 335 107 233 0 104 36 15 506 105 71
Binary 11011101 1000111 10011011 0 1000100 11110 1101 101000110 1000101 111001

Color Harmonies of #DD479B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD479B

Black with #DD479B

Text Example


Text Example

White with #DD479B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD479B; }

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

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

background-color css

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

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

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

border-color css

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

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

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