#D210A6

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

Shades of Medium Violet Red #D210A6

Tints of Medium Violet Red #D210A6

Color information

#D210A6 (or 0xD210A6) is unknown color: approx Medium Violet Red. HEX triplet: D2, 10 and A6. RGB value is (210,16,166). Sum of RGB (Red+Green+Blue) = 210+16+166=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 16 (6.64% from 255 or 4.08% from 392); Blue value is 166 (65.23% from 255 or 42.35% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D210A6 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D210A6 is #2DEF59. Grayscale: #5A5A5A. Windows color (decimal): -3010394 or 10883282. OLE color: 10883282.

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

Color convert

RGB21016166-
CMYK00.920.210.18
HSL313.61º85.84%44.31%-
HSV(B)313.61º92.38%82.35%-
XYZ33.6516.8337.55-
YUV91.11170.27212.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 53.57%
GREEN value IS 16 (6.64% from 255) = 4.08%
BLUE value IS 166 (65.23% from 255) = 42.35%
R=53.57%
G=4.08%
B=42.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.21
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101616600.920.210.18313.6185.8444.31
HexD210A605C151213a562c
Octal322202460134252247212654
Binary1101001010000101001100101110010101100101001110101010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D210A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D210A6; }

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

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

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

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

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

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

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

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