#D5027B

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

Shades of Medium Violet Red #D5027B

Tints of Medium Violet Red #D5027B

Color information

#D5027B (or 0xD5027B) is unknown color: approx Medium Violet Red. HEX triplet: D5, 02 and 7B. RGB value is (213,2,123). Sum of RGB (Red+Green+Blue) = 213+2+123=338 (44% of max value = 765). Red value is 213 (83.59% from 255 or 63.02% from 338); Green value is 2 (1.17% from 255 or 0.59% from 338); Blue value is 123 (48.44% from 255 or 36.39% from 338); Max value from RGB is 213 - color contains mainly: red. Hex color #D5027B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D5027B is #2AFD84. Grayscale: #4E4E4E. Windows color (decimal): -2817413 or 8061653. OLE color: 8061653.

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

Color convert

RGB2132123-
CMYK00.990.420.16
HSL325.59º98.14%42.16%-
HSV(B)325.59º99.06%83.53%-
XYZ31.0415.6220.12-
YUV78.88152.9223.66-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 63.02%
GREEN value IS 2 (1.17% from 255) = 0.59%
BLUE value IS 123 (48.44% from 255) = 36.39%
R=63.02%
G=0.59%
B=36.39%

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
Decimal213212300.990.420.16325.5998.1442.16
HexD527B0632A10146622a
Octal32521730143522050614252
Binary1101010110111101101100011101010100001010001101100010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5027B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5027B; }

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

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

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

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

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

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

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

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