Html Css Color HEX #D20C74 Medium Violet Red

📋 copy color: '#D20C74'

red 210 ◦ green 12 ◦ blue 116

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

Shades of Medium Violet Red #D20C74

Tints of Medium Violet Red #D20C74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 34.32%

R = 62.13%
G = 3.55%
B = 34.32%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D20C74 (or 0xD20C74) is known color: Medium Violet Red. HEX triplet: D2, 0C and 74. RGB value is (210,12,116). Sum of RGB (Red+Green+Blue) = 210+12+116=338 (44% of max value = 765). Red value is 210 (82.42% from 255 or 62.13% from 338); Green value is 12 (5.08% from 255 or 3.55% from 338); Blue value is 116 (45.70% from 255 or 34.32% from 338); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C74 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C74 is #2DF38B. Grayscale: #525252. Windows color (decimal): -3011468 or 7605458. OLE color: 7605458.

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

Color convert

RGB 210 12 116 -
CMYK 0 0.94 0.45 0.18
HSL 328.48º 0.89% 0.44% -
HSV(B) 328.48º 0.94% 0.82% -
XYZ 29.86 15.23 17.89 -
YUV 83.06 146.6 218.54 -
System Red Green Blue C M Y K H S L
Decimal 210 12 116 0 0.94 0.45 0.18 328.48 0.89 0.44
Hex D2 C 74 0 5E 2D 12 148 59 2C
Octal 322 14 164 0 136 55 22 510 131 54
Binary 11010010 1100 1110100 0 1011110 101101 10010 101001000 1011001 101100

Color Harmonies of #D20C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D20C74

Black with #D20C74

Text Example


Text Example

White with #D20C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D20C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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