Html Css Color HEX #D20C97 Medium Violet Red

📋 copy color: '#D20C97'

red 210 ◦ green 12 ◦ blue 151

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

Shades of Medium Violet Red #D20C97

Tints of Medium Violet Red #D20C97

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 40.48%

R = 56.3%
G = 3.22%
B = 40.48%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#D20C97 (or 0xD20C97) is known color: Medium Violet Red. HEX triplet: D2, 0C and 97. RGB value is (210,12,151). Sum of RGB (Red+Green+Blue) = 210+12+151=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 151 (59.38% from 255 or 40.48% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C97 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20C97 is #2DF368. Grayscale: #565656. Windows color (decimal): -3011433 or 9899218. OLE color: 9899218.

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

Color convert

RGB 210 12 151 -
CMYK 0 0.94 0.28 0.18
HSL 317.88º 0.89% 0.44% -
HSV(B) 317.88º 0.94% 0.82% -
XYZ 32.3 16.2 30.7 -
YUV 87.05 164.1 215.7 -
System Red Green Blue C M Y K H S L
Decimal 210 12 151 0 0.94 0.28 0.18 317.88 0.89 0.44
Hex D2 C 97 0 5E 1C 12 13E 59 2C
Octal 322 14 227 0 136 34 22 476 131 54
Binary 11010010 1100 10010111 0 1011110 11100 10010 100111110 1011001 101100

Color Harmonies of #D20C97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C97

Black with #D20C97

Text Example


Text Example

White with #D20C97

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C97; }

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

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

background-color css

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

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

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

border-color css

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

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

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