#D61989

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

Shades of Medium Violet Red #D61989

Tints of Medium Violet Red #D61989

Color information

#D61989 (or 0xD61989) is unknown color: approx Medium Violet Red. HEX triplet: D6, 19 and 89. RGB value is (214,25,137). Sum of RGB (Red+Green+Blue) = 214+25+137=376 (49% of max value = 765). Red value is 214 (83.98% from 255 or 56.91% from 376); Green value is 25 (10.16% from 255 or 6.65% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 214 - color contains mainly: red. Hex color #D61989 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D61989 is #29E676. Grayscale: #5E5E5E. Windows color (decimal): -2745975 or 8985046. OLE color: 8985046.

HSL color Cylindrical-coordinate representation of color #D61989: hue angle of 324.44º 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 #D61989 is Cyan = 0, Magento = 0.88, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB21425137-
CMYK00.880.360.16
HSL324.44º79.08%46.86%-
HSV(B)324.44º88.32%83.92%-
XYZ32.5916.825.19-
YUV94.28152.12213.39-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 56.91%
GREEN value IS 25 (10.16% from 255) = 6.65%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=56.91%
G=6.65%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2142513700.880.360.16324.4479.0846.86
HexD6198905824101444f2f
Octal326312110130442050411757
Binary11010110110011000100101011000100100100001010001001001111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D61989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D61989; }

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

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

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

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

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

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

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

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