Html Css Color HEX #D20172 Medium Violet Red

📋 copy color: '#D20172'

red 210 ◦ green 1 ◦ blue 114

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

Shades of Medium Violet Red #D20172

Tints of Medium Violet Red #D20172

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.31%

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

R = 64.62%
G = 0.31%
B = 35.08%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D20172 (or 0xD20172) is known color: Medium Violet Red. HEX triplet: D2, 01 and 72. RGB value is (210,1,114). Sum of RGB (Red+Green+Blue) = 210+1+114=325 (43% of max value = 765). Red value is 210 (82.42% from 255 or 64.62% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 114 (44.92% from 255 or 35.08% from 325); Max value from RGB is 210 - color contains mainly: red. Hex color #D20172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20172 is #2DFE8D. Grayscale: #4C4C4C. Windows color (decimal): -3014286 or 7471570. OLE color: 7471570.

HSL color Cylindrical-coordinate representation of color #D20172: hue angle of 327.56º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D20172 is Cyan = 0, Magento = 1.00, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 1 114 -
CMYK 0 1.00 0.46 0.18
HSL 327.56º 0.99% 0.41% -
HSV(B) 327.56º 1% 0.82% -
XYZ 29.63 14.94 17.24 -
YUV 76.37 149.24 223.31 -
System Red Green Blue C M Y K H S L
Decimal 210 1 114 0 1.00 0.46 0.18 327.56 0.99 0.41
Hex D2 1 72 0 64 2E 12 148 63 29
Octal 322 1 162 0 144 56 22 510 143 51
Binary 11010010 1 1110010 0 1100100 101110 10010 101001000 1100011 101001

Color Harmonies of #D20172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20172

Black with #D20172

Text Example


Text Example

White with #D20172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20172; }

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

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

background-color css

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

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

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

border-color css

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

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

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