Html Css Color HEX #DD5196 Mulberry

📋 copy color: '#DD5196'

red 221 ◦ green 81 ◦ blue 150

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

Shades of Mulberry #DD5196

Tints of Mulberry #DD5196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 17.92%

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

R = 48.89%
G = 17.92%
B = 33.19%

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

#DD5196 (or 0xDD5196) is known color: Mulberry. HEX triplet: DD, 51 and 96. RGB value is (221,81,150). Sum of RGB (Red+Green+Blue) = 221+81+150=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 81 (32.03% from 255 or 17.92% from 452); Blue value is 150 (58.98% from 255 or 33.19% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5196 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5196 is #22AE69. Grayscale: #828282. Windows color (decimal): -2272874 or 9851357. OLE color: 9851357.

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

Color convert

RGB 221 81 150 -
CMYK 0 0.63 0.32 0.13
HSL 330.43º 0.67% 0.59% -
HSV(B) 330.43º 0.63% 0.87% -
XYZ 38.27 23.46 31.37 -
YUV 130.73 138.88 192.39 -
System Red Green Blue C M Y K H S L
Decimal 221 81 150 0 0.63 0.32 0.13 330.43 0.67 0.59
Hex DD 51 96 0 3F 20 D 14A 43 3B
Octal 335 121 226 0 77 40 15 512 103 73
Binary 11011101 1010001 10010110 0 111111 100000 1101 101001010 1000011 111011

Color Harmonies of #DD5196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5196

Black with #DD5196

Text Example


Text Example

White with #DD5196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5196; }

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

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

background-color css

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

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

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

border-color css

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

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

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