#D61D9C

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

Shades of Medium Violet Red #D61D9C

Tints of Medium Violet Red #D61D9C

Color information

#D61D9C (or 0xD61D9C) is unknown color: approx Medium Violet Red. HEX triplet: D6, 1D and 9C. RGB value is (214,29,156). Sum of RGB (Red+Green+Blue) = 214+29+156=399 (52% of max value = 765). Red value is 214 (83.98% from 255 or 53.63% from 399); Green value is 29 (11.72% from 255 or 7.27% from 399); Blue value is 156 (61.33% from 255 or 39.10% from 399); Max value from RGB is 214 - color contains mainly: red. Hex color #D61D9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D61D9C is #29E263. Grayscale: #626262. Windows color (decimal): -2744932 or 10231254. OLE color: 10231254.

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

Color convert

RGB21429156-
CMYK00.860.270.16
HSL318.81º76.13%47.65%-
HSV(B)318.81º86.45%83.92%-
XYZ34.1717.5833.04-
YUV98.79160.29210.17-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 53.63%
GREEN value IS 29 (11.72% from 255) = 7.27%
BLUE value IS 156 (61.33% from 255) = 39.10%
R=53.63%
G=7.27%
B=39.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142915600.860.270.16318.8176.1347.65
HexD61D9C0561B1013f4c30
Octal326352340126332047711460
Binary1101011011101100111000101011011011100001001111111001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61D9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61D9C; }

 p { color: rgb(214,29,156); }

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

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

 a { background-color: rgb(214,29,156); }

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

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

 span { border-color: rgb(214,29,156); }

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