#D2077C

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

Shades of Medium Violet Red #D2077C

Tints of Medium Violet Red #D2077C

Color information

#D2077C (or 0xD2077C) is unknown color: approx Medium Violet Red. HEX triplet: D2, 07 and 7C. RGB value is (210,7,124). Sum of RGB (Red+Green+Blue) = 210+7+124=341 (45% of max value = 765). Red value is 210 (82.42% from 255 or 61.58% from 341); Green value is 7 (3.12% from 255 or 2.05% from 341); Blue value is 124 (48.83% from 255 or 36.36% from 341); Max value from RGB is 210 - color contains mainly: red. Hex color #D2077C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D2077C is #2DF883. Grayscale: #505050. Windows color (decimal): -3012740 or 8128466. OLE color: 8128466.

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

Color convert

RGB2107124-
CMYK00.970.410.18
HSL325.42º93.55%42.55%-
HSV(B)325.42º96.67%82.35%-
XYZ30.2915.3120.43-
YUV81.04152.25219.99-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 61.58%
GREEN value IS 7 (3.12% from 255) = 2.05%
BLUE value IS 124 (48.83% from 255) = 36.36%
R=61.58%
G=2.05%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal210712400.970.410.18325.4293.5542.55
HexD277C06129121455e2b
Octal32271740141512250513653
Binary11010010111111110001100001101001100101010001011011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2077C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2077C; }

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

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

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

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

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

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

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

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