Html Css Color HEX #DD117D Medium Violet Red

📋 copy color: '#DD117D'

red 221 ◦ green 17 ◦ blue 125

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

Shades of Medium Violet Red #DD117D

Tints of Medium Violet Red #DD117D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 34.44%

R = 60.88%
G = 4.68%
B = 34.44%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DD117D (or 0xDD117D) is known color: Medium Violet Red. HEX triplet: DD, 11 and 7D. RGB value is (221,17,125). Sum of RGB (Red+Green+Blue) = 221+17+125=363 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.88% from 363); Green value is 17 (7.03% from 255 or 4.68% from 363); Blue value is 125 (49.22% from 255 or 34.44% from 363); Max value from RGB is 221 - color contains mainly: red. Hex color #DD117D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD117D is #22EE82. Grayscale: #5A5A5A. Windows color (decimal): -2289283 or 8196573. OLE color: 8196573.

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

Color convert

RGB 221 17 125 -
CMYK 0 0.92 0.43 0.13
HSL 328.24º 0.86% 0.47% -
HSV(B) 328.24º 0.92% 0.87% -
XYZ 33.72 17.25 20.96 -
YUV 90.31 147.59 221.22 -
System Red Green Blue C M Y K H S L
Decimal 221 17 125 0 0.92 0.43 0.13 328.24 0.86 0.47
Hex DD 11 7D 0 5C 2B D 148 56 2F
Octal 335 21 175 0 134 53 15 510 126 57
Binary 11011101 10001 1111101 0 1011100 101011 1101 101001000 1010110 101111

Color Harmonies of #DD117D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD117D

Black with #DD117D

Text Example


Text Example

White with #DD117D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD117D; }

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

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

background-color css

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

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

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

border-color css

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

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

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