Html Css Color HEX #DD5295 Mulberry

📋 copy color: '#DD5295'

red 221 ◦ green 82 ◦ blue 149

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

Shades of Mulberry #DD5295

Tints of Mulberry #DD5295

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.14%

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

R = 48.89%
G = 18.14%
B = 32.96%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD5295 (or 0xDD5295) is known color: Mulberry. HEX triplet: DD, 52 and 95. RGB value is (221,82,149). Sum of RGB (Red+Green+Blue) = 221+82+149=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 82 (32.42% from 255 or 18.14% from 452); Blue value is 149 (58.59% from 255 or 32.96% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5295 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5295 is #22AD6A. Grayscale: #838383. Windows color (decimal): -2272619 or 9786077. OLE color: 9786077.

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

Color convert

RGB 221 82 149 -
CMYK 0 0.63 0.33 0.13
HSL 331.08º 0.67% 0.59% -
HSV(B) 331.08º 0.63% 0.87% -
XYZ 38.26 23.58 30.97 -
YUV 131.2 138.05 192.05 -
System Red Green Blue C M Y K H S L
Decimal 221 82 149 0 0.63 0.33 0.13 331.08 0.67 0.59
Hex DD 52 95 0 3F 21 D 14B 43 3B
Octal 335 122 225 0 77 41 15 513 103 73
Binary 11011101 1010010 10010101 0 111111 100001 1101 101001011 1000011 111011

Color Harmonies of #DD5295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5295

Black with #DD5295

Text Example


Text Example

White with #DD5295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5295; }

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

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

background-color css

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

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

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

border-color css

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

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

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