Html Css Color HEX #DD4997 Mulberry

📋 copy color: '#DD4997'

red 221 ◦ green 73 ◦ blue 151

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

Shades of Mulberry #DD4997

Tints of Mulberry #DD4997

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 33.93%

R = 49.66%
G = 16.4%
B = 33.93%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD4997 (or 0xDD4997) is known color: Mulberry. HEX triplet: DD, 49 and 97. RGB value is (221,73,151). Sum of RGB (Red+Green+Blue) = 221+73+151=445 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.66% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 151 (59.38% from 255 or 33.93% from 445); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4997 is #22B668. Grayscale: #7D7D7D. Windows color (decimal): -2274921 or 9914845. OLE color: 9914845.

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

Color convert

RGB 221 73 151 -
CMYK 0 0.67 0.32 0.13
HSL 328.38º 0.69% 0.58% -
HSV(B) 328.38º 0.67% 0.87% -
XYZ 37.79 22.37 31.6 -
YUV 126.14 142.03 195.66 -
System Red Green Blue C M Y K H S L
Decimal 221 73 151 0 0.67 0.32 0.13 328.38 0.69 0.58
Hex DD 49 97 0 43 20 D 148 45 3A
Octal 335 111 227 0 103 40 15 510 105 72
Binary 11011101 1001001 10010111 0 1000011 100000 1101 101001000 1000101 111010

Color Harmonies of #DD4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4997

Black with #DD4997

Text Example


Text Example

White with #DD4997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4997; }

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

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

background-color css

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

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

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

border-color css

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

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

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