Html Css Color HEX #DD118E Medium Violet Red

📋 copy color: '#DD118E'

red 221 ◦ green 17 ◦ blue 142

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

Shades of Medium Violet Red #DD118E

Tints of Medium Violet Red #DD118E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 37.37%

R = 58.16%
G = 4.47%
B = 37.37%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DD118E (or 0xDD118E) is known color: Medium Violet Red. HEX triplet: DD, 11 and 8E. RGB value is (221,17,142). Sum of RGB (Red+Green+Blue) = 221+17+142=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 17 (7.03% from 255 or 4.47% from 380); Blue value is 142 (55.86% from 255 or 37.37% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD118E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD118E is #22EE71. Grayscale: #5B5B5B. Windows color (decimal): -2289266 or 9310685. OLE color: 9310685.

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

Color convert

RGB 221 17 142 -
CMYK 0 0.92 0.36 0.13
HSL 323.24º 0.86% 0.47% -
HSV(B) 323.24º 0.92% 0.87% -
XYZ 34.9 17.73 27.17 -
YUV 92.25 156.09 219.84 -
System Red Green Blue C M Y K H S L
Decimal 221 17 142 0 0.92 0.36 0.13 323.24 0.86 0.47
Hex DD 11 8E 0 5C 24 D 143 56 2F
Octal 335 21 216 0 134 44 15 503 126 57
Binary 11011101 10001 10001110 0 1011100 100100 1101 101000011 1010110 101111

Color Harmonies of #DD118E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD118E

Black with #DD118E

Text Example


Text Example

White with #DD118E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD118E; }

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

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

background-color css

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

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

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

border-color css

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

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

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