Html Css Color HEX #D21176 Medium Violet Red

📋 copy color: '#D21176'

red 210 ◦ green 17 ◦ blue 118

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

Shades of Medium Violet Red #D21176

Tints of Medium Violet Red #D21176

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 34.2%

R = 60.87%
G = 4.93%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D21176 (or 0xD21176) is known color: Medium Violet Red. HEX triplet: D2, 11 and 76. RGB value is (210,17,118). Sum of RGB (Red+Green+Blue) = 210+17+118=345 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.87% from 345); Green value is 17 (7.03% from 255 or 4.93% from 345); Blue value is 118 (46.48% from 255 or 34.20% from 345); Max value from RGB is 210 - color contains mainly: red. Hex color #D21176 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21176 is #2DEE89. Grayscale: #565656. Windows color (decimal): -3010186 or 7737810. OLE color: 7737810.

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

Color convert

RGB 210 17 118 -
CMYK 0 0.92 0.44 0.18
HSL 328.6º 0.85% 0.45% -
HSV(B) 328.6º 0.92% 0.82% -
XYZ 30.05 15.41 18.53 -
YUV 86.22 145.94 216.29 -
System Red Green Blue C M Y K H S L
Decimal 210 17 118 0 0.92 0.44 0.18 328.6 0.85 0.45
Hex D2 11 76 0 5C 2C 12 149 55 2D
Octal 322 21 166 0 134 54 22 511 125 55
Binary 11010010 10001 1110110 0 1011100 101100 10010 101001001 1010101 101101

Color Harmonies of #D21176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21176

Black with #D21176

Text Example


Text Example

White with #D21176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21176; }

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

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

background-color css

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

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

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

border-color css

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

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

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