Html Css Color HEX #D20C99 Medium Violet Red

📋 copy color: '#D20C99'

red 210 ◦ green 12 ◦ blue 153

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

Shades of Medium Violet Red #D20C99

Tints of Medium Violet Red #D20C99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 40.8%

R = 56%
G = 3.2%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#D20C99 (or 0xD20C99) is known color: Medium Violet Red. HEX triplet: D2, 0C and 99. RGB value is (210,12,153). Sum of RGB (Red+Green+Blue) = 210+12+153=375 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56% from 375); Green value is 12 (5.08% from 255 or 3.2% from 375); Blue value is 153 (60.16% from 255 or 40.8% from 375); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C99 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20C99 is #2DF366. Grayscale: #565656. Windows color (decimal): -3011431 or 10030290. OLE color: 10030290.

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

Color convert

RGB 210 12 153 -
CMYK 0 0.94 0.27 0.18
HSL 317.27º 0.89% 0.44% -
HSV(B) 317.27º 0.94% 0.82% -
XYZ 32.46 16.26 31.57 -
YUV 87.28 165.1 215.54 -
System Red Green Blue C M Y K H S L
Decimal 210 12 153 0 0.94 0.27 0.18 317.27 0.89 0.44
Hex D2 C 99 0 5E 1B 12 13D 59 2C
Octal 322 14 231 0 136 33 22 475 131 54
Binary 11010010 1100 10011001 0 1011110 11011 10010 100111101 1011001 101100

Color Harmonies of #D20C99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C99

Black with #D20C99

Text Example


Text Example

White with #D20C99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C99; }

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

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

background-color css

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

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

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

border-color css

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

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

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