Html Css Color HEX #DD479D Mulberry

📋 copy color: '#DD479D'

red 221 ◦ green 71 ◦ blue 157

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

Shades of Mulberry #DD479D

Tints of Mulberry #DD479D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 34.97%

R = 49.22%
G = 15.81%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.29

 K value IS 0.13

RGB Variations

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

Color information

#DD479D (or 0xDD479D) is known color: Mulberry. HEX triplet: DD, 47 and 9D. RGB value is (221,71,157). Sum of RGB (Red+Green+Blue) = 221+71+157=449 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.22% from 449); Green value is 71 (28.12% from 255 or 15.81% from 449); Blue value is 157 (61.72% from 255 or 34.97% from 449); Max value from RGB is 221 - color contains mainly: red. Hex color #DD479D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD479D is #22B862. Grayscale: #7D7D7D. Windows color (decimal): -2275427 or 10307549. OLE color: 10307549.

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

Color convert

RGB 221 71 157 -
CMYK 0 0.68 0.29 0.13
HSL 325.6º 0.69% 0.57% -
HSV(B) 325.6º 0.68% 0.87% -
XYZ 38.16 22.31 34.19 -
YUV 125.65 145.7 196.01 -
System Red Green Blue C M Y K H S L
Decimal 221 71 157 0 0.68 0.29 0.13 325.6 0.69 0.57
Hex DD 47 9D 0 44 1D D 146 45 39
Octal 335 107 235 0 104 35 15 506 105 71
Binary 11011101 1000111 10011101 0 1000100 11101 1101 101000110 1000101 111001

Color Harmonies of #DD479D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD479D

Black with #DD479D

Text Example


Text Example

White with #DD479D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD479D; }

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

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

background-color css

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

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

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

border-color css

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

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

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