Html Css Color HEX #DD1193 Medium Violet Red

📋 copy color: '#DD1193'

red 221 ◦ green 17 ◦ blue 147

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

Shades of Medium Violet Red #DD1193

Tints of Medium Violet Red #DD1193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.42%

 BLUE value IS 147 (57.81% from 255) = 38.18%

R = 57.4%
G = 4.42%
B = 38.18%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.33

 K value IS 0.13

RGB Variations

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

Color information

#DD1193 (or 0xDD1193) is known color: Medium Violet Red. HEX triplet: DD, 11 and 93. RGB value is (221,17,147). Sum of RGB (Red+Green+Blue) = 221+17+147=385 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.40% from 385); Green value is 17 (7.03% from 255 or 4.42% from 385); Blue value is 147 (57.81% from 255 or 38.18% from 385); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1193 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1193 is #22EE6C. Grayscale: #5C5C5C. Windows color (decimal): -2289261 or 9638365. OLE color: 9638365.

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

Color convert

RGB 221 17 147 -
CMYK 0 0.92 0.33 0.13
HSL 321.76º 0.86% 0.47% -
HSV(B) 321.76º 0.92% 0.87% -
XYZ 35.29 17.88 29.2 -
YUV 92.82 158.59 219.43 -
System Red Green Blue C M Y K H S L
Decimal 221 17 147 0 0.92 0.33 0.13 321.76 0.86 0.47
Hex DD 11 93 0 5C 21 D 142 56 2F
Octal 335 21 223 0 134 41 15 502 126 57
Binary 11011101 10001 10010011 0 1011100 100001 1101 101000010 1010110 101111

Color Harmonies of #DD1193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1193

Black with #DD1193

Text Example


Text Example

White with #DD1193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1193; }

 p { color: rgb(221,17,147); }

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

background-color css

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

 a { background-color: rgb(221,17,147); }

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

border-color css

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

 span { border-color: rgb(221,17,147); }

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