#D5027C

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

Shades of Medium Violet Red #D5027C

Tints of Medium Violet Red #D5027C

Color information

#D5027C (or 0xD5027C) is unknown color: approx Medium Violet Red. HEX triplet: D5, 02 and 7C. RGB value is (213,2,124). Sum of RGB (Red+Green+Blue) = 213+2+124=339 (44% of max value = 765). Red value is 213 (83.59% from 255 or 62.83% from 339); Green value is 2 (1.17% from 255 or 0.59% from 339); Blue value is 124 (48.83% from 255 or 36.58% from 339); Max value from RGB is 213 - color contains mainly: red. Hex color #D5027C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5027C is #2AFD83. Grayscale: #4E4E4E. Windows color (decimal): -2817412 or 8127189. OLE color: 8127189.

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

Color convert

RGB2132124-
CMYK00.990.420.16
HSL325.31º98.14%42.16%-
HSV(B)325.31º99.06%83.53%-
XYZ31.115.6420.45-
YUV79153.4223.58-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 62.83%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 124 (48.83% from 255) = 36.58%
R=62.83%
G=0.59%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213212400.990.420.16325.3198.1442.16
HexD527C0632A10145622a
Octal32521740143522050514252
Binary1101010110111110001100011101010100001010001011100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5027C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5027C; }

 p { color: rgb(213,2,124); }

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

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

 a { background-color: rgb(213,2,124); }

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

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

 span { border-color: rgb(213,2,124); }

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