Html Css Color HEX #D20379 Medium Violet Red

📋 copy color: '#D20379'

red 210 ◦ green 3 ◦ blue 121

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

Shades of Medium Violet Red #D20379

Tints of Medium Violet Red #D20379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.9%

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

R = 62.87%
G = 0.9%
B = 36.23%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.18

RGB Variations

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

Color information

#D20379 (or 0xD20379) is known color: Medium Violet Red. HEX triplet: D2, 03 and 79. RGB value is (210,3,121). Sum of RGB (Red+Green+Blue) = 210+3+121=334 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.87% from 334); Green value is 3 (1.56% from 255 or 0.90% from 334); Blue value is 121 (47.66% from 255 or 36.23% from 334); Max value from RGB is 210 - color contains mainly: red. Hex color #D20379 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20379 is #2DFC86. Grayscale: #4E4E4E. Windows color (decimal): -3013767 or 7930834. OLE color: 7930834.

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

Color convert

RGB 210 3 121 -
CMYK 0 0.99 0.42 0.18
HSL 325.8º 0.97% 0.42% -
HSV(B) 325.8º 0.99% 0.82% -
XYZ 30.06 15.15 19.43 -
YUV 78.35 152.08 221.91 -
System Red Green Blue C M Y K H S L
Decimal 210 3 121 0 0.99 0.42 0.18 325.8 0.97 0.42
Hex D2 3 79 0 63 2A 12 146 61 2A
Octal 322 3 171 0 143 52 22 506 141 52
Binary 11010010 11 1111001 0 1100011 101010 10010 101000110 1100001 101010

Color Harmonies of #D20379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20379

Black with #D20379

Text Example


Text Example

White with #D20379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20379; }

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

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

background-color css

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

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

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

border-color css

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

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

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