#D2077A

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

Shades of Medium Violet Red #D2077A

Tints of Medium Violet Red #D2077A

Color information

#D2077A (or 0xD2077A) is unknown color: approx Medium Violet Red. HEX triplet: D2, 07 and 7A. RGB value is (210,7,122). Sum of RGB (Red+Green+Blue) = 210+7+122=339 (44% of max value = 765). Red value is 210 (82.42% from 255 or 61.95% from 339); Green value is 7 (3.12% from 255 or 2.06% from 339); Blue value is 122 (48.05% from 255 or 35.99% from 339); Max value from RGB is 210 - color contains mainly: red. Hex color #D2077A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2077A is #2DF885. Grayscale: #505050. Windows color (decimal): -3012742 or 7997394. OLE color: 7997394.

HSL color Cylindrical-coordinate representation of color #D2077A: hue angle of 326.01º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D2077A is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB2107122-
CMYK00.970.420.18
HSL326.01º93.55%42.55%-
HSV(B)326.01º96.67%82.35%-
XYZ30.1715.2619.77-
YUV80.81151.25220.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.95%
GREEN value IS 7 (3.12% from 255) = 2.06%
BLUE value IS 122 (48.05% from 255) = 35.99%
R=61.95%
G=2.06%
B=35.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210712200.970.420.18326.0193.5542.55
HexD277A0612A121465e2b
Octal32271720141522250613653
Binary11010010111111101001100001101010100101010001101011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2077A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2077A; }

 p { color: rgb(210,7,122); }

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

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

 a { background-color: rgb(210,7,122); }

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

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

 span { border-color: rgb(210,7,122); }

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