#D2107E

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

Shades of Medium Violet Red #D2107E

Tints of Medium Violet Red #D2107E

Color information

#D2107E (or 0xD2107E) is unknown color: approx Medium Violet Red. HEX triplet: D2, 10 and 7E. RGB value is (210,16,126). Sum of RGB (Red+Green+Blue) = 210+16+126=352 (46% of max value = 765). Red value is 210 (82.42% from 255 or 59.66% from 352); Green value is 16 (6.64% from 255 or 4.55% from 352); Blue value is 126 (49.61% from 255 or 35.80% from 352); Max value from RGB is 210 - color contains mainly: red. Hex color #D2107E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2107E is #2DEF81. Grayscale: #565656. Windows color (decimal): -3010434 or 8261842. OLE color: 8261842.

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

Color convert

RGB21016126-
CMYK00.920.40.18
HSL325.98º85.84%44.31%-
HSV(B)325.98º92.38%82.35%-
XYZ30.5315.5821.14-
YUV86.55150.27216.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.66%
GREEN value IS 16 (6.64% from 255) = 4.55%
BLUE value IS 126 (49.61% from 255) = 35.80%
R=59.66%
G=4.55%
B=35.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.4
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101612600.920.40.18325.9885.8444.31
HexD2107E05C2812146562c
Octal322201760134502250612654
Binary1101001010000111111001011100101000100101010001101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2107E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2107E; }

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

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

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

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

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

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

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

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