Html Css Color HEX #D21179 Medium Violet Red

📋 copy color: '#D21179'

red 210 ◦ green 17 ◦ blue 121

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

Shades of Medium Violet Red #D21179

Tints of Medium Violet Red #D21179

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 34.77%

R = 60.34%
G = 4.89%
B = 34.77%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D21179 (or 0xD21179) is known color: Medium Violet Red. HEX triplet: D2, 11 and 79. RGB value is (210,17,121). Sum of RGB (Red+Green+Blue) = 210+17+121=348 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.34% from 348); Green value is 17 (7.03% from 255 or 4.89% from 348); Blue value is 121 (47.66% from 255 or 34.77% from 348); Max value from RGB is 210 - color contains mainly: red. Hex color #D21179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21179 is #2DEE86. Grayscale: #565656. Windows color (decimal): -3010183 or 7934418. OLE color: 7934418.

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

Color convert

RGB 210 17 121 -
CMYK 0 0.92 0.42 0.18
HSL 327.67º 0.85% 0.45% -
HSV(B) 327.67º 0.92% 0.82% -
XYZ 30.23 15.48 19.48 -
YUV 86.56 147.44 216.04 -
System Red Green Blue C M Y K H S L
Decimal 210 17 121 0 0.92 0.42 0.18 327.67 0.85 0.45
Hex D2 11 79 0 5C 2A 12 148 55 2D
Octal 322 21 171 0 134 52 22 510 125 55
Binary 11010010 10001 1111001 0 1011100 101010 10010 101001000 1010101 101101

Color Harmonies of #D21179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21179

Black with #D21179

Text Example


Text Example

White with #D21179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21179; }

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

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

background-color css

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

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

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

border-color css

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

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

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