Html Css Color HEX #D20D7C Medium Violet Red

📋 copy color: '#D20D7C'

red 210 ◦ green 13 ◦ blue 124

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

Shades of Medium Violet Red #D20D7C

Tints of Medium Violet Red #D20D7C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 3.75%

 BLUE value IS 124 (48.83% from 255) = 35.73%

R = 60.52%
G = 3.75%
B = 35.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D20D7C (or 0xD20D7C) is known color: Medium Violet Red. HEX triplet: D2, 0D and 7C. RGB value is (210,13,124). Sum of RGB (Red+Green+Blue) = 210+13+124=347 (45% of max value = 765). Red value is 210 (82.42% from 255 or 60.52% from 347); Green value is 13 (5.47% from 255 or 3.75% from 347); Blue value is 124 (48.83% from 255 or 35.73% from 347); Max value from RGB is 210 - color contains mainly: red. Hex color #D20D7C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20D7C is #2DF283. Grayscale: #545454. Windows color (decimal): -3011204 or 8130002. OLE color: 8130002.

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

Color convert

RGB 210 13 124 -
CMYK 0 0.94 0.41 0.18
HSL 326.19º 0.88% 0.44% -
HSV(B) 326.19º 0.94% 0.82% -
XYZ 30.36 15.44 20.45 -
YUV 84.56 150.27 217.47 -
System Red Green Blue C M Y K H S L
Decimal 210 13 124 0 0.94 0.41 0.18 326.19 0.88 0.44
Hex D2 D 7C 0 5E 29 12 146 58 2C
Octal 322 15 174 0 136 51 22 506 130 54
Binary 11010010 1101 1111100 0 1011110 101001 10010 101000110 1011000 101100

Color Harmonies of #D20D7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20D7C

Black with #D20D7C

Text Example


Text Example

White with #D20D7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20D7C; }

 p { color: rgb(210,13,124); }

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

background-color css

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

 a { background-color: rgb(210,13,124); }

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

border-color css

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

 span { border-color: rgb(210,13,124); }

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