Html Css Color HEX #D20579 Medium Violet Red

📋 copy color: '#D20579'

red 210 ◦ green 5 ◦ blue 121

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

Shades of Medium Violet Red #D20579

Tints of Medium Violet Red #D20579

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.49%

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

R = 62.5%
G = 1.49%
B = 36.01%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D20579 (or 0xD20579) is known color: Medium Violet Red. HEX triplet: D2, 05 and 79. RGB value is (210,5,121). Sum of RGB (Red+Green+Blue) = 210+5+121=336 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.5% from 336); Green value is 5 (2.34% from 255 or 1.49% from 336); Blue value is 121 (47.66% from 255 or 36.01% from 336); Max value from RGB is 210 - color contains mainly: red. Hex color #D20579 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20579 is #2DFA86. Grayscale: #4F4F4F. Windows color (decimal): -3013255 or 7931346. OLE color: 7931346.

HSL color Cylindrical-coordinate representation of color #D20579: hue angle of 326.05º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D20579 is Cyan = 0, Magento = 0.98, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 5 121 -
CMYK 0 0.98 0.42 0.18
HSL 326.05º 0.95% 0.42% -
HSV(B) 326.05º 0.98% 0.82% -
XYZ 30.08 15.19 19.44 -
YUV 79.52 151.42 221.07 -
System Red Green Blue C M Y K H S L
Decimal 210 5 121 0 0.98 0.42 0.18 326.05 0.95 0.42
Hex D2 5 79 0 62 2A 12 146 5F 2A
Octal 322 5 171 0 142 52 22 506 137 52
Binary 11010010 101 1111001 0 1100010 101010 10010 101000110 1011111 101010

Color Harmonies of #D20579

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20579

Black with #D20579

Text Example


Text Example

White with #D20579

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20579; }

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

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

background-color css

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

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

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

border-color css

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

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

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