#D20E83

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

Shades of Medium Violet Red #D20E83

Tints of Medium Violet Red #D20E83

Color information

#D20E83 (or 0xD20E83) is unknown color: approx Medium Violet Red. HEX triplet: D2, 0E and 83. RGB value is (210,14,131). Sum of RGB (Red+Green+Blue) = 210+14+131=355 (47% of max value = 765). Red value is 210 (82.42% from 255 or 59.15% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 131 (51.56% from 255 or 36.90% from 355); Max value from RGB is 210 - color contains mainly: red. Hex color #D20E83 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D20E83 is #2DF17C. Grayscale: #555555. Windows color (decimal): -3010941 or 8589010. OLE color: 8589010.

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

Color convert

RGB21014131-
CMYK00.930.380.18
HSL324.18º87.5%43.92%-
HSV(B)324.18º93.33%82.35%-
XYZ30.8315.6522.87-
YUV85.94153.43216.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 59.15%
GREEN value IS 14 (5.86% from 255) = 3.94%
BLUE value IS 131 (51.56% from 255) = 36.90%
R=59.15%
G=3.94%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101413100.930.380.18324.1887.543.92
HexD2E8305D2612144582c
Octal322162030135462250413054
Binary1101001011101000001101011101100110100101010001001011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D20E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D20E83; }

 p { color: rgb(210,14,131); }

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

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

 a { background-color: rgb(210,14,131); }

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

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

 span { border-color: rgb(210,14,131); }

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