#D1208A

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

Shades of Medium Violet Red #D1208A

Tints of Medium Violet Red #D1208A

Color information

#D1208A (or 0xD1208A) is unknown color: approx Medium Violet Red. HEX triplet: D1, 20 and 8A. RGB value is (209,32,138). Sum of RGB (Red+Green+Blue) = 209+32+138=379 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55.15% from 379); Green value is 32 (12.89% from 255 or 8.44% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 209 - color contains mainly: red. Hex color #D1208A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D1208A is #2EDF75. Grayscale: #606060. Windows color (decimal): -3071862 or 9052369. OLE color: 9052369.

HSL color Cylindrical-coordinate representation of color #D1208A: hue angle of 324.07º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D1208A is Cyan = 0, Magento = 0.85, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB20932138-
CMYK00.850.340.18
HSL324.07º73.44%47.25%-
HSV(B)324.07º84.69%81.96%-
XYZ31.416.4225.56-
YUV97.01151.14207.88-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.15%
GREEN value IS 32 (12.89% from 255) = 8.44%
BLUE value IS 138 (54.30% from 255) = 36.41%
R=55.15%
G=8.44%
B=36.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2093213800.850.340.18324.0773.4447.25
HexD1208A0552212144492f
Octal321402120125422250411157
Binary110100011000001000101001010101100010100101010001001001001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1208A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1208A; }

 p { color: rgb(209,32,138); }

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

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

 a { background-color: rgb(209,32,138); }

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

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

 span { border-color: rgb(209,32,138); }

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