#D20C7F

Color #D20C7F Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D20C7F

Tints of Medium Violet Red #D20C7F

Color information

#D20C7F (or 0xD20C7F) is unknown color: approx Medium Violet Red. HEX triplet: D2, 0C and 7F. RGB value is (210,12,127). Sum of RGB (Red+Green+Blue) = 210+12+127=349 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60.17% from 349); Green value is 12 (5.08% from 255 or 3.44% from 349); Blue value is 127 (50% from 255 or 36.39% from 349); Max value from RGB is 210 - color contains mainly: red. Hex color #D20C7F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D20C7F is #2DF380. Grayscale: #545454. Windows color (decimal): -3011457 or 8326354. OLE color: 8326354.

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

Color convert

RGB21012127-
CMYK00.940.400.18
HSL325.15º89.19%43.53%-
HSV(B)325.15º94.29%82.35%-
XYZ30.5415.521.46-
YUV84.31152.1217.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60.17%
GREEN value IS 12 (5.08% from 255) = 3.44%
BLUE value IS 127 (50% from 255) = 36.39%
R=60.17%
G=3.44%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101212700.940.400.18325.1589.1943.53
HexD2C7F05E2812145592c
Octal322141770136502250513154
Binary110100101100111111101011110101000100101010001011011001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20C7F; }

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

 H1.HeaderClassName
 {
   color: #D20C7F;
 }
 .AnyTagClassName
 {
   color: #D20C7F;
 }
</style>
background-color css

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

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

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

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

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

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