Html Css Color HEX #DD5296 Mulberry

📋 copy color: '#DD5296'

red 221 ◦ green 82 ◦ blue 150

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

Shades of Mulberry #DD5296

Tints of Mulberry #DD5296

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 33.11%

R = 48.79%
G = 18.1%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.32

 K value IS 0.13

RGB Variations

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

Color information

#DD5296 (or 0xDD5296) is known color: Mulberry. HEX triplet: DD, 52 and 96. RGB value is (221,82,150). Sum of RGB (Red+Green+Blue) = 221+82+150=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 82 (32.42% from 255 or 18.10% from 453); Blue value is 150 (58.98% from 255 or 33.11% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5296 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5296 is #22AD69. Grayscale: #838383. Windows color (decimal): -2272618 or 9851613. OLE color: 9851613.

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

Color convert

RGB 221 82 150 -
CMYK 0 0.63 0.32 0.13
HSL 330.65º 0.67% 0.59% -
HSV(B) 330.65º 0.63% 0.87% -
XYZ 38.34 23.61 31.39 -
YUV 131.31 138.55 191.97 -
System Red Green Blue C M Y K H S L
Decimal 221 82 150 0 0.63 0.32 0.13 330.65 0.67 0.59
Hex DD 52 96 0 3F 20 D 14B 43 3B
Octal 335 122 226 0 77 40 15 513 103 73
Binary 11011101 1010010 10010110 0 111111 100000 1101 101001011 1000011 111011

Color Harmonies of #DD5296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5296

Black with #DD5296

Text Example


Text Example

White with #DD5296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5296; }

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

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

background-color css

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

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

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

border-color css

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

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

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