#D61991

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

Shades of Medium Violet Red #D61991

Tints of Medium Violet Red #D61991

Color information

#D61991 (or 0xD61991) is unknown color: approx Medium Violet Red. HEX triplet: D6, 19 and 91. RGB value is (214,25,145). Sum of RGB (Red+Green+Blue) = 214+25+145=384 (50% of max value = 765). Red value is 214 (83.98% from 255 or 55.73% from 384); Green value is 25 (10.16% from 255 or 6.51% from 384); Blue value is 145 (57.03% from 255 or 37.76% from 384); Max value from RGB is 214 - color contains mainly: red. Hex color #D61991 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61991 is #29E66E. Grayscale: #5E5E5E. Windows color (decimal): -2745967 or 9509334. OLE color: 9509334.

HSL color Cylindrical-coordinate representation of color #D61991: hue angle of 321.9º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D61991 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.16.

Color convert

RGB21425145-
CMYK00.880.320.16
HSL321.9º79.08%46.86%-
HSV(B)321.9º88.32%83.92%-
XYZ33.1917.0428.33-
YUV95.19156.12212.74-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 55.73%
GREEN value IS 25 (10.16% from 255) = 6.51%
BLUE value IS 145 (57.03% from 255) = 37.76%
R=55.73%
G=6.51%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142514500.880.320.16321.979.0846.86
HexD6199105820101424f2f
Octal326312210130402050211757
Binary11010110110011001000101011000100000100001010000101001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61991

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61991; }

 p { color: rgb(214,25,145); }

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

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

 a { background-color: rgb(214,25,145); }

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

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

 span { border-color: rgb(214,25,145); }

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