Html Css Color HEX #D21172 Medium Violet Red

📋 copy color: '#D21172'

red 210 ◦ green 17 ◦ blue 114

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

Shades of Medium Violet Red #D21172

Tints of Medium Violet Red #D21172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.43%

R = 61.58%
G = 4.99%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D21172 (or 0xD21172) is known color: Medium Violet Red. HEX triplet: D2, 11 and 72. RGB value is (210,17,114). Sum of RGB (Red+Green+Blue) = 210+17+114=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 17 (7.03% from 255 or 4.99% from 341); Blue value is 114 (44.92% from 255 or 33.43% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D21172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D21172 is #2DEE8D. Grayscale: #555555. Windows color (decimal): -3010190 or 7475666. OLE color: 7475666.

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

Color convert

RGB 210 17 114 -
CMYK 0 0.92 0.46 0.18
HSL 329.84º 0.85% 0.45% -
HSV(B) 329.84º 0.92% 0.82% -
XYZ 29.82 15.32 17.3 -
YUV 85.77 143.94 216.61 -
System Red Green Blue C M Y K H S L
Decimal 210 17 114 0 0.92 0.46 0.18 329.84 0.85 0.45
Hex D2 11 72 0 5C 2E 12 14A 55 2D
Octal 322 21 162 0 134 56 22 512 125 55
Binary 11010010 10001 1110010 0 1011100 101110 10010 101001010 1010101 101101

Color Harmonies of #D21172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21172

Black with #D21172

Text Example


Text Example

White with #D21172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21172; }

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

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

background-color css

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

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

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

border-color css

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

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

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