Html Css Color HEX #DD4E95 Mulberry

📋 copy color: '#DD4E95'

red 221 ◦ green 78 ◦ blue 149

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

Shades of Mulberry #DD4E95

Tints of Mulberry #DD4E95

RGB

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

 GREEN value IS 78 (30.86% from 255) = 17.41%

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

R = 49.33%
G = 17.41%
B = 33.26%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD4E95 (or 0xDD4E95) is known color: Mulberry. HEX triplet: DD, 4E and 95. RGB value is (221,78,149). Sum of RGB (Red+Green+Blue) = 221+78+149=448 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.33% from 448); Green value is 78 (30.86% from 255 or 17.41% from 448); Blue value is 149 (58.59% from 255 or 33.26% from 448); Max value from RGB is 221 - color contains mainly: red. Hex color #DD4E95 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD4E95 is #22B16A. Grayscale: #808080. Windows color (decimal): -2273643 or 9785053. OLE color: 9785053.

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

Color convert

RGB 221 78 149 -
CMYK 0 0.65 0.33 0.13
HSL 330.21º 0.68% 0.59% -
HSV(B) 330.21º 0.65% 0.87% -
XYZ 37.97 22.99 30.87 -
YUV 128.85 139.38 193.73 -
System Red Green Blue C M Y K H S L
Decimal 221 78 149 0 0.65 0.33 0.13 330.21 0.68 0.59
Hex DD 4E 95 0 41 21 D 14A 44 3B
Octal 335 116 225 0 101 41 15 512 104 73
Binary 11011101 1001110 10010101 0 1000001 100001 1101 101001010 1000100 111011

Color Harmonies of #DD4E95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD4E95

Black with #DD4E95

Text Example


Text Example

White with #DD4E95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD4E95; }

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

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

background-color css

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

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

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

border-color css

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

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

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