Html Css Color HEX #DD5195 Mulberry

📋 copy color: '#DD5195'

red 221 ◦ green 81 ◦ blue 149

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

Shades of Mulberry #DD5195

Tints of Mulberry #DD5195

RGB

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

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

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

R = 49%
G = 17.96%
B = 33.04%

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

#DD5195 (or 0xDD5195) is known color: Mulberry. HEX triplet: DD, 51 and 95. RGB value is (221,81,149). Sum of RGB (Red+Green+Blue) = 221+81+149=451 (59% of max value = 765). Red value is 221 (86.72% from 255 or 49.00% from 451); Green value is 81 (32.03% from 255 or 17.96% from 451); Blue value is 149 (58.59% from 255 or 33.04% from 451); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5195 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5195 is #22AE6A. Grayscale: #828282. Windows color (decimal): -2272875 or 9785821. OLE color: 9785821.

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

Color convert

RGB 221 81 149 -
CMYK 0 0.63 0.33 0.13
HSL 330.86º 0.67% 0.59% -
HSV(B) 330.86º 0.63% 0.87% -
XYZ 38.19 23.43 30.94 -
YUV 130.61 138.38 192.47 -
System Red Green Blue C M Y K H S L
Decimal 221 81 149 0 0.63 0.33 0.13 330.86 0.67 0.59
Hex DD 51 95 0 3F 21 D 14B 43 3B
Octal 335 121 225 0 77 41 15 513 103 73
Binary 11011101 1010001 10010101 0 111111 100001 1101 101001011 1000011 111011

Color Harmonies of #DD5195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD5195

Black with #DD5195

Text Example


Text Example

White with #DD5195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD5195; }

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

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

background-color css

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

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

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

border-color css

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

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

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