Html Css Color HEX #DD117A Medium Violet Red

📋 copy color: '#DD117A'

red 221 ◦ green 17 ◦ blue 122

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

Shades of Medium Violet Red #DD117A

Tints of Medium Violet Red #DD117A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 33.89%

R = 61.39%
G = 4.72%
B = 33.89%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#DD117A (or 0xDD117A) is known color: Medium Violet Red. HEX triplet: DD, 11 and 7A. RGB value is (221,17,122). Sum of RGB (Red+Green+Blue) = 221+17+122=360 (47% of max value = 765). Red value is 221 (86.72% from 255 or 61.39% from 360); Green value is 17 (7.03% from 255 or 4.72% from 360); Blue value is 122 (48.05% from 255 or 33.89% from 360); Max value from RGB is 221 - color contains mainly: red. Hex color #DD117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD117A is #22EE85. Grayscale: #595959. Windows color (decimal): -2289286 or 7999965. OLE color: 7999965.

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

Color convert

RGB 221 17 122 -
CMYK 0 0.92 0.45 0.13
HSL 329.12º 0.86% 0.47% -
HSV(B) 329.12º 0.92% 0.87% -
XYZ 33.53 17.18 19.96 -
YUV 89.97 146.09 221.46 -
System Red Green Blue C M Y K H S L
Decimal 221 17 122 0 0.92 0.45 0.13 329.12 0.86 0.47
Hex DD 11 7A 0 5C 2D D 149 56 2F
Octal 335 21 172 0 134 55 15 511 126 57
Binary 11011101 10001 1111010 0 1011100 101101 1101 101001001 1010110 101111

Color Harmonies of #DD117A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DD117A

Black with #DD117A

Text Example


Text Example

White with #DD117A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DD117A; }

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

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

background-color css

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

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

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

border-color css

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

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

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