Html Css Color HEX #D20979 Medium Violet Red

📋 copy color: '#D20979'

red 210 ◦ green 9 ◦ blue 121

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

Shades of Medium Violet Red #D20979

Tints of Medium Violet Red #D20979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.65%

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

R = 61.76%
G = 2.65%
B = 35.59%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D20979 (or 0xD20979) is known color: Medium Violet Red. HEX triplet: D2, 09 and 79. RGB value is (210,9,121). Sum of RGB (Red+Green+Blue) = 210+9+121=340 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.76% from 340); Green value is 9 (3.91% from 255 or 2.65% from 340); Blue value is 121 (47.66% from 255 or 35.59% from 340); Max value from RGB is 210 - color contains mainly: red. Hex color #D20979 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20979 is #2DF686. Grayscale: #515151. Windows color (decimal): -3012231 or 7932370. OLE color: 7932370.

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

Color convert

RGB 210 9 121 -
CMYK 0 0.96 0.42 0.18
HSL 326.57º 0.92% 0.43% -
HSV(B) 326.57º 0.96% 0.82% -
XYZ 30.13 15.28 19.45 -
YUV 81.87 150.09 219.39 -
System Red Green Blue C M Y K H S L
Decimal 210 9 121 0 0.96 0.42 0.18 326.57 0.92 0.43
Hex D2 9 79 0 60 2A 12 147 5C 2B
Octal 322 11 171 0 140 52 22 507 134 53
Binary 11010010 1001 1111001 0 1100000 101010 10010 101000111 1011100 101011

Color Harmonies of #D20979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20979

Black with #D20979

Text Example


Text Example

White with #D20979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20979; }

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

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

background-color css

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

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

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

border-color css

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

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

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