Html Css Color HEX #D2117C Medium Violet Red

📋 copy color: '#D2117C'

red 210 ◦ green 17 ◦ blue 124

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

Shades of Medium Violet Red #D2117C

Tints of Medium Violet Red #D2117C

RGB

 RED value IS 210 (82.42% from 255) = 59.83%

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

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

R = 59.83%
G = 4.84%
B = 35.33%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D2117C (or 0xD2117C) is known color: Medium Violet Red. HEX triplet: D2, 11 and 7C. RGB value is (210,17,124). Sum of RGB (Red+Green+Blue) = 210+17+124=351 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.83% from 351); Green value is 17 (7.03% from 255 or 4.84% from 351); Blue value is 124 (48.83% from 255 or 35.33% from 351); Max value from RGB is 210 - color contains mainly: red. Hex color #D2117C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2117C is #2DEE83. Grayscale: #565656. Windows color (decimal): -3010180 or 8131026. OLE color: 8131026.

HSL color Cylindrical-coordinate representation of color #D2117C: hue angle of 326.74º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2117C is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 17 124 -
CMYK 0 0.92 0.41 0.18
HSL 326.74º 0.85% 0.45% -
HSV(B) 326.74º 0.92% 0.82% -
XYZ 30.42 15.56 20.47 -
YUV 86.91 148.94 215.8 -
System Red Green Blue C M Y K H S L
Decimal 210 17 124 0 0.92 0.41 0.18 326.74 0.85 0.45
Hex D2 11 7C 0 5C 29 12 147 55 2D
Octal 322 21 174 0 134 51 22 507 125 55
Binary 11010010 10001 1111100 0 1011100 101001 10010 101000111 1010101 101101

Color Harmonies of #D2117C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2117C

Black with #D2117C

Text Example


Text Example

White with #D2117C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2117C; }

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

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

background-color css

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

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

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

border-color css

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

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

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