Html Css Color HEX #D20C95 Medium Violet Red

📋 copy color: '#D20C95'

red 210 ◦ green 12 ◦ blue 149

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

Shades of Medium Violet Red #D20C95

Tints of Medium Violet Red #D20C95

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.23%

 BLUE value IS 149 (58.59% from 255) = 40.16%

R = 56.6%
G = 3.23%
B = 40.16%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#D20C95 (or 0xD20C95) is known color: Medium Violet Red. HEX triplet: D2, 0C and 95. RGB value is (210,12,149). Sum of RGB (Red+Green+Blue) = 210+12+149=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 12 (5.08% from 255 or 3.23% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C95 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20C95 is #2DF36A. Grayscale: #565656. Windows color (decimal): -3011435 or 9768146. OLE color: 9768146.

HSL color Cylindrical-coordinate representation of color #D20C95: hue angle of 318.48º degrees, saturation: 0.89, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D20C95 is Cyan = 0, Magento = 0.94, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 12 149 -
CMYK 0 0.94 0.29 0.18
HSL 318.48º 0.89% 0.44% -
HSV(B) 318.48º 0.94% 0.82% -
XYZ 32.13 16.13 29.85 -
YUV 86.82 163.1 215.86 -
System Red Green Blue C M Y K H S L
Decimal 210 12 149 0 0.94 0.29 0.18 318.48 0.89 0.44
Hex D2 C 95 0 5E 1D 12 13E 59 2C
Octal 322 14 225 0 136 35 22 476 131 54
Binary 11010010 1100 10010101 0 1011110 11101 10010 100111110 1011001 101100

Color Harmonies of #D20C95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C95

Black with #D20C95

Text Example


Text Example

White with #D20C95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C95; }

 p { color: rgb(210,12,149); }

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

background-color css

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

 a { background-color: rgb(210,12,149); }

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

border-color css

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

 span { border-color: rgb(210,12,149); }

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