Html Css Color HEX #DD1194 Medium Violet Red

📋 copy color: '#DD1194'

red 221 ◦ green 17 ◦ blue 148

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

Shades of Medium Violet Red #DD1194

Tints of Medium Violet Red #DD1194

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 38.34%

R = 57.25%
G = 4.4%
B = 38.34%

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

#DD1194 (or 0xDD1194) is known color: Medium Violet Red. HEX triplet: DD, 11 and 94. RGB value is (221,17,148). Sum of RGB (Red+Green+Blue) = 221+17+148=386 (51% of max value = 765). Red value is 221 (86.72% from 255 or 57.25% from 386); Green value is 17 (7.03% from 255 or 4.40% from 386); Blue value is 148 (58.20% from 255 or 38.34% from 386); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1194 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1194 is #22EE6B. Grayscale: #5C5C5C. Windows color (decimal): -2289260 or 9703901. OLE color: 9703901.

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

Color convert

RGB 221 17 148 -
CMYK 0 0.92 0.33 0.13
HSL 321.47º 0.86% 0.47% -
HSV(B) 321.47º 0.92% 0.87% -
XYZ 35.36 17.91 29.61 -
YUV 92.93 159.09 219.35 -
System Red Green Blue C M Y K H S L
Decimal 221 17 148 0 0.92 0.33 0.13 321.47 0.86 0.47
Hex DD 11 94 0 5C 21 D 141 56 2F
Octal 335 21 224 0 134 41 15 501 126 57
Binary 11011101 10001 10010100 0 1011100 100001 1101 101000001 1010110 101111

Color Harmonies of #DD1194

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD1194

Black with #DD1194

Text Example


Text Example

White with #DD1194

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD1194; }

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

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

background-color css

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

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

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

border-color css

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

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

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