Html Css Color HEX #DD4799 Mulberry

📋 copy color: '#DD4799'

red 221 ◦ green 71 ◦ blue 153

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

Shades of Mulberry #DD4799

Tints of Mulberry #DD4799

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 34.38%

R = 49.66%
G = 15.96%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DD4799 (or 0xDD4799) is known color: Mulberry. HEX triplet: DD, 47 and 99. RGB value is (221,71,153). Sum of RGB (Red+Green+Blue) = 221+71+153=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 71 (28.12% from 255 or 15.96% from 445); Blue value is 153 (60.16% from 255 or 34.38% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4799 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4799 is #22B866. Grayscale: #7D7D7D. Windows color (decimal): -2275431 or 10045405. OLE color: 10045405.

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

Color convert

RGB 221 71 153 -
CMYK 0 0.68 0.31 0.13
HSL 327.2º 0.69% 0.57% -
HSV(B) 327.2º 0.68% 0.87% -
XYZ 37.82 22.18 32.42 -
YUV 125.2 143.7 196.33 -
System Red Green Blue C M Y K H S L
Decimal 221 71 153 0 0.68 0.31 0.13 327.2 0.69 0.57
Hex DD 47 99 0 44 1F D 147 45 39
Octal 335 107 231 0 104 37 15 507 105 71
Binary 11011101 1000111 10011001 0 1000100 11111 1101 101000111 1000101 111001

Color Harmonies of #DD4799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4799

Black with #DD4799

Text Example


Text Example

White with #DD4799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4799; }

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

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

background-color css

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

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

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

border-color css

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

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

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