#D6128B

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

Shades of Medium Violet Red #D6128B

Tints of Medium Violet Red #D6128B

Color information

#D6128B (or 0xD6128B) is unknown color: approx Medium Violet Red. HEX triplet: D6, 12 and 8B. RGB value is (214,18,139). Sum of RGB (Red+Green+Blue) = 214+18+139=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 18 (7.42% from 255 or 4.85% from 371); Blue value is 139 (54.69% from 255 or 37.47% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6128B is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6128B is #29ED74. Grayscale: #5A5A5A. Windows color (decimal): -2747765 or 9114326. OLE color: 9114326.

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

Color convert

RGB21418139-
CMYK00.920.350.16
HSL322.96º84.48%45.49%-
HSV(B)322.96º91.59%83.92%-
XYZ32.6116.5925.91-
YUV90.4155.43216.16-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.68%
GREEN value IS 18 (7.42% from 255) = 4.85%
BLUE value IS 139 (54.69% from 255) = 37.47%
R=57.68%
G=4.85%
B=37.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141813900.920.350.16322.9684.4845.49
HexD6128B05C2310143542d
Octal326222130134432050312455
Binary11010110100101000101101011100100011100001010000111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6128B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6128B; }

 p { color: rgb(214,18,139); }

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

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

 a { background-color: rgb(214,18,139); }

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

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

 span { border-color: rgb(214,18,139); }

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