#D4108B

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

Shades of Medium Violet Red #D4108B

Tints of Medium Violet Red #D4108B

Color information

#D4108B (or 0xD4108B) is unknown color: approx Medium Violet Red. HEX triplet: D4, 10 and 8B. RGB value is (212,16,139). Sum of RGB (Red+Green+Blue) = 212+16+139=367 (48% of max value = 765). Red value is 212 (83.20% from 255 or 57.77% from 367); Green value is 16 (6.64% from 255 or 4.36% from 367); Blue value is 139 (54.69% from 255 or 37.87% from 367); Max value from RGB is 212 - color contains mainly: red. Hex color #D4108B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D4108B is #2BEF74. Grayscale: #585858. Windows color (decimal): -2879349 or 9113812. OLE color: 9113812.

HSL color Cylindrical-coordinate representation of color #D4108B: hue angle of 322.35º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D4108B is Cyan = 0, Magento = 0.92, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB21216139-
CMYK00.920.340.17
HSL322.35º85.96%44.71%-
HSV(B)322.35º92.45%83.14%-
XYZ3216.2325.87-
YUV88.63156.43216-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 57.77%
GREEN value IS 16 (6.64% from 255) = 4.36%
BLUE value IS 139 (54.69% from 255) = 37.87%
R=57.77%
G=4.36%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2121613900.920.340.17322.3585.9644.71
HexD4108B05C2211142562d
Octal324202130134422150212655
Binary11010100100001000101101011100100010100011010000101010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4108B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4108B; }

 p { color: rgb(212,16,139); }

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

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

 a { background-color: rgb(212,16,139); }

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

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

 span { border-color: rgb(212,16,139); }

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