#D6107D

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

Shades of Medium Violet Red #D6107D

Tints of Medium Violet Red #D6107D

Color information

#D6107D (or 0xD6107D) is unknown color: approx Medium Violet Red. HEX triplet: D6, 10 and 7D. RGB value is (214,16,125). Sum of RGB (Red+Green+Blue) = 214+16+125=355 (47% of max value = 765). Red value is 214 (83.98% from 255 or 60.28% from 355); Green value is 16 (6.64% from 255 or 4.51% from 355); Blue value is 125 (49.22% from 255 or 35.21% from 355); Max value from RGB is 214 - color contains mainly: red. Hex color #D6107D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D6107D is #29EF82. Grayscale: #575757. Windows color (decimal): -2748291 or 8196310. OLE color: 8196310.

HSL color Cylindrical-coordinate representation of color #D6107D: hue angle of 326.97º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D6107D is Cyan = 0, Magento = 0.93, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB21416125-
CMYK00.930.420.16
HSL326.97º86.09%45.1%-
HSV(B)326.97º92.52%83.92%-
XYZ31.6216.1520.85-
YUV87.63149.1218.14-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 60.28%
GREEN value IS 16 (6.64% from 255) = 4.51%
BLUE value IS 125 (49.22% from 255) = 35.21%
R=60.28%
G=4.51%
B=35.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141612500.930.420.16326.9786.0945.1
HexD6107D05D2A10147562d
Octal326201750135522050712655
Binary1101011010000111110101011101101010100001010001111010110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6107D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6107D; }

 p { color: rgb(214,16,125); }

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

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

 a { background-color: rgb(214,16,125); }

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

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

 span { border-color: rgb(214,16,125); }

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