#D2107C

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

Shades of Medium Violet Red #D2107C

Tints of Medium Violet Red #D2107C

Color information

#D2107C (or 0xD2107C) is unknown color: approx Medium Violet Red. HEX triplet: D2, 10 and 7C. RGB value is (210,16,124). Sum of RGB (Red+Green+Blue) = 210+16+124=350 (46% of max value = 765). Red value is 210 (82.42% from 255 or 60% from 350); Green value is 16 (6.64% from 255 or 4.57% from 350); Blue value is 124 (48.83% from 255 or 35.43% from 350); Max value from RGB is 210 - color contains mainly: red. Hex color #D2107C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2107C is #2DEF83. Grayscale: #565656. Windows color (decimal): -3010436 or 8130770. OLE color: 8130770.

HSL color Cylindrical-coordinate representation of color #D2107C: hue angle of 326.6º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D2107C is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB21016124-
CMYK00.920.410.18
HSL326.6º85.84%44.31%-
HSV(B)326.6º92.38%82.35%-
XYZ30.415.5320.46-
YUV86.32149.27216.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 60%
GREEN value IS 16 (6.64% from 255) = 4.57%
BLUE value IS 124 (48.83% from 255) = 35.43%
R=60%
G=4.57%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101612400.920.410.18326.685.8444.31
HexD2107C05C2912147562c
Octal322201740134512250712654
Binary1101001010000111110001011100101001100101010001111010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2107C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2107C; }

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

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

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

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

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

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

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

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