#D5219E

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

Shades of Medium Violet Red #D5219E

Tints of Medium Violet Red #D5219E

Color information

#D5219E (or 0xD5219E) is unknown color: approx Medium Violet Red. HEX triplet: D5, 21 and 9E. RGB value is (213,33,158). Sum of RGB (Red+Green+Blue) = 213+33+158=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 33 (13.28% from 255 or 8.17% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D5219E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D5219E is #2ADE61. Grayscale: #646464. Windows color (decimal): -2809442 or 10363349. OLE color: 10363349.

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

Color convert

RGB21333158-
CMYK00.850.260.16
HSL318.33º73.17%48.24%-
HSV(B)318.33º84.51%83.53%-
XYZ34.1617.733.96-
YUV101.07160.13207.84-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 52.72%
GREEN value IS 33 (13.28% from 255) = 8.17%
BLUE value IS 158 (62.11% from 255) = 39.11%
R=52.72%
G=8.17%
B=39.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.26
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2133315800.850.260.16318.3373.1748.24
HexD5219E0551A1013e4930
Octal325412360125322047611160
Binary11010101100001100111100101010111010100001001111101001001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5219E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5219E; }

 p { color: rgb(213,33,158); }

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

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

 a { background-color: rgb(213,33,158); }

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

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

 span { border-color: rgb(213,33,158); }

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