Html Css Color HEX #DD118F Medium Violet Red

📋 copy color: '#DD118F'

red 221 ◦ green 17 ◦ blue 143

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

Shades of Medium Violet Red #DD118F

Tints of Medium Violet Red #DD118F

RGB

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

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

 BLUE value IS 143 (56.25% from 255) = 37.53%

R = 58.01%
G = 4.46%
B = 37.53%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DD118F (or 0xDD118F) is known color: Medium Violet Red. HEX triplet: DD, 11 and 8F. RGB value is (221,17,143). Sum of RGB (Red+Green+Blue) = 221+17+143=381 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.01% from 381); Green value is 17 (7.03% from 255 or 4.46% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 221 - color contains mainly: red. Hex color #DD118F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD118F is #22EE70. Grayscale: #5C5C5C. Windows color (decimal): -2289265 or 9376221. OLE color: 9376221.

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

Color convert

RGB 221 17 143 -
CMYK 0 0.92 0.35 0.13
HSL 322.94º 0.86% 0.47% -
HSV(B) 322.94º 0.92% 0.87% -
XYZ 34.98 17.76 27.57 -
YUV 92.36 156.59 219.75 -
System Red Green Blue C M Y K H S L
Decimal 221 17 143 0 0.92 0.35 0.13 322.94 0.86 0.47
Hex DD 11 8F 0 5C 23 D 143 56 2F
Octal 335 21 217 0 134 43 15 503 126 57
Binary 11011101 10001 10001111 0 1011100 100011 1101 101000011 1010110 101111

Color Harmonies of #DD118F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD118F

Black with #DD118F

Text Example


Text Example

White with #DD118F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD118F; }

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

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

background-color css

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

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

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

border-color css

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

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

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