Html Css Color HEX #DD4798 Mulberry

📋 copy color: '#DD4798'

red 221 ◦ green 71 ◦ blue 152

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

Shades of Mulberry #DD4798

Tints of Mulberry #DD4798

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 34.23%

R = 49.77%
G = 15.99%
B = 34.23%

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

#DD4798 (or 0xDD4798) is known color: Mulberry. HEX triplet: DD, 47 and 98. RGB value is (221,71,152). Sum of RGB (Red+Green+Blue) = 221+71+152=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 71 (28.12% from 255 or 15.99% from 444); Blue value is 152 (59.77% from 255 or 34.23% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4798 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4798 is #22B867. Grayscale: #7C7C7C. Windows color (decimal): -2275432 or 9979869. OLE color: 9979869.

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

Color convert

RGB 221 71 152 -
CMYK 0 0.68 0.31 0.13
HSL 327.6º 0.69% 0.57% -
HSV(B) 327.6º 0.68% 0.87% -
XYZ 37.74 22.15 31.99 -
YUV 125.08 143.2 196.41 -
System Red Green Blue C M Y K H S L
Decimal 221 71 152 0 0.68 0.31 0.13 327.6 0.69 0.57
Hex DD 47 98 0 44 1F D 148 45 39
Octal 335 107 230 0 104 37 15 510 105 71
Binary 11011101 1000111 10011000 0 1000100 11111 1101 101001000 1000101 111001

Color Harmonies of #DD4798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4798

Black with #DD4798

Text Example


Text Example

White with #DD4798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4798; }

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

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

background-color css

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

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

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

border-color css

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

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

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