Html Css Color HEX #DD4895 Mulberry

📋 copy color: '#DD4895'

red 221 ◦ green 72 ◦ blue 149

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

Shades of Mulberry #DD4895

Tints of Mulberry #DD4895

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 33.71%

R = 50%
G = 16.29%
B = 33.71%

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

#DD4895 (or 0xDD4895) is known color: Mulberry. HEX triplet: DD, 48 and 95. RGB value is (221,72,149). Sum of RGB (Red+Green+Blue) = 221+72+149=442 (58% of max value = 765). Red value is 221 (86.72% from 255 or 50% from 442); Green value is 72 (28.52% from 255 or 16.29% from 442); Blue value is 149 (58.59% from 255 or 33.71% from 442); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4895 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DD4895 is #22B76A. Grayscale: #7D7D7D. Windows color (decimal): -2275179 or 9783517. OLE color: 9783517.

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

Color convert

RGB 221 72 149 -
CMYK 0 0.67 0.33 0.13
HSL 328.99º 0.69% 0.57% -
HSV(B) 328.99º 0.67% 0.87% -
XYZ 37.56 22.18 30.73 -
YUV 125.33 141.36 196.24 -
System Red Green Blue C M Y K H S L
Decimal 221 72 149 0 0.67 0.33 0.13 328.99 0.69 0.57
Hex DD 48 95 0 43 21 D 149 45 39
Octal 335 110 225 0 103 41 15 511 105 71
Binary 11011101 1001000 10010101 0 1000011 100001 1101 101001001 1000101 111001

Color Harmonies of #DD4895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4895

Black with #DD4895

Text Example


Text Example

White with #DD4895

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4895; }

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

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

background-color css

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

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

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

border-color css

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

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

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