Html Css Color HEX #D20179 Medium Violet Red

📋 copy color: '#D20179'

red 210 ◦ green 1 ◦ blue 121

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

Shades of Medium Violet Red #D20179

Tints of Medium Violet Red #D20179

RGB

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

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

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

R = 63.25%
G = 0.3%
B = 36.45%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D20179 (or 0xD20179) is known color: Medium Violet Red. HEX triplet: D2, 01 and 79. RGB value is (210,1,121). Sum of RGB (Red+Green+Blue) = 210+1+121=332 (43% of max value = 765). Red value is 210 (82.42% from 255 or 63.25% from 332); Green value is 1 (0.78% from 255 or 0.30% from 332); Blue value is 121 (47.66% from 255 or 36.45% from 332); Max value from RGB is 210 - color contains mainly: red. Hex color #D20179 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20179 is #2DFE86. Grayscale: #4C4C4C. Windows color (decimal): -3014279 or 7930322. OLE color: 7930322.

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

Color convert

RGB 210 1 121 -
CMYK 0 1.00 0.42 0.18
HSL 325.55º 0.99% 0.41% -
HSV(B) 325.55º 1% 0.82% -
XYZ 30.04 15.1 19.42 -
YUV 77.17 152.74 222.74 -
System Red Green Blue C M Y K H S L
Decimal 210 1 121 0 1.00 0.42 0.18 325.55 0.99 0.41
Hex D2 1 79 0 64 2A 12 146 63 29
Octal 322 1 171 0 144 52 22 506 143 51
Binary 11010010 1 1111001 0 1100100 101010 10010 101000110 1100011 101001

Color Harmonies of #D20179

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20179

Black with #D20179

Text Example


Text Example

White with #D20179

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20179; }

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

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

background-color css

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

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

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

border-color css

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

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

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