Html Css Color HEX #DD117C Medium Violet Red

📋 copy color: '#DD117C'

red 221 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #DD117C

Tints of Medium Violet Red #DD117C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 34.25%

R = 61.05%
G = 4.7%
B = 34.25%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DD117C (or 0xDD117C) is known color: Medium Violet Red. HEX triplet: DD, 11 and 7C. RGB value is (221,17,124). Sum of RGB (Red+Green+Blue) = 221+17+124=362 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.05% from 362); Green value is 17 (7.03% from 255 or 4.70% from 362); Blue value is 124 (48.83% from 255 or 34.25% from 362); Max value from RGB is 221 - color contains mainly: red. Hex color #DD117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD117C is #22EE83. Grayscale: #595959. Windows color (decimal): -2289284 or 8131037. OLE color: 8131037.

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

Color convert

RGB 221 17 124 -
CMYK 0 0.92 0.44 0.13
HSL 328.53º 0.86% 0.47% -
HSV(B) 328.53º 0.92% 0.87% -
XYZ 33.66 17.23 20.62 -
YUV 90.19 147.09 221.3 -
System Red Green Blue C M Y K H S L
Decimal 221 17 124 0 0.92 0.44 0.13 328.53 0.86 0.47
Hex DD 11 7C 0 5C 2C D 149 56 2F
Octal 335 21 174 0 134 54 15 511 126 57
Binary 11011101 10001 1111100 0 1011100 101100 1101 101001001 1010110 101111

Color Harmonies of #DD117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD117C

Black with #DD117C

Text Example


Text Example

White with #DD117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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