Html Css Color HEX #DD4894 Mulberry

📋 copy color: '#DD4894'

red 221 ◦ green 72 ◦ blue 148

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

Shades of Mulberry #DD4894

Tints of Mulberry #DD4894

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.33%

 BLUE value IS 148 (58.2% from 255) = 33.56%

R = 50.11%
G = 16.33%
B = 33.56%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD4894 (or 0xDD4894) is known color: Mulberry. HEX triplet: DD, 48 and 94. RGB value is (221,72,148). Sum of RGB (Red+Green+Blue) = 221+72+148=441 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50.11% from 441); Green value is 72 (28.52% from 255 or 16.33% from 441); Blue value is 148 (58.20% from 255 or 33.56% from 441); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4894 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4894 is #22B76B. Grayscale: #7D7D7D. Windows color (decimal): -2275180 or 9717981. OLE color: 9717981.

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

Color convert

RGB 221 72 148 -
CMYK 0 0.67 0.33 0.13
HSL 329.4º 0.69% 0.57% -
HSV(B) 329.4º 0.67% 0.87% -
XYZ 37.48 22.15 30.32 -
YUV 125.22 140.86 196.32 -
System Red Green Blue C M Y K H S L
Decimal 221 72 148 0 0.67 0.33 0.13 329.4 0.69 0.57
Hex DD 48 94 0 43 21 D 149 45 39
Octal 335 110 224 0 103 41 15 511 105 71
Binary 11011101 1001000 10010100 0 1000011 100001 1101 101001001 1000101 111001

Color Harmonies of #DD4894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4894

Black with #DD4894

Text Example


Text Example

White with #DD4894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4894; }

 p { color: rgb(221,72,148); }

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

background-color css

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

 a { background-color: rgb(221,72,148); }

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

border-color css

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

 span { border-color: rgb(221,72,148); }

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