#D21E85

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

Shades of Medium Violet Red #D21E85

Tints of Medium Violet Red #D21E85

Color information

#D21E85 (or 0xD21E85) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1E and 85. RGB value is (210,30,133). Sum of RGB (Red+Green+Blue) = 210+30+133=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 30 (12.11% from 255 or 8.04% from 373); Blue value is 133 (52.34% from 255 or 35.66% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E85 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21E85 is #2DE17A. Grayscale: #5F5F5F. Windows color (decimal): -3006843 or 8724178. OLE color: 8724178.

HSL color Cylindrical-coordinate representation of color #D21E85: hue angle of 325.67º degrees, saturation: 0.75, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D21E85 is Cyan = 0, Magento = 0.86, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB21030133-
CMYK00.860.370.18
HSL325.67º75%47.06%-
HSV(B)325.67º85.71%82.35%-
XYZ31.2816.3223.69-
YUV95.56149.13209.62-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.30%
GREEN value IS 30 (12.11% from 255) = 8.04%
BLUE value IS 133 (52.34% from 255) = 35.66%
R=56.30%
G=8.04%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103013300.860.370.18325.677547.06
HexD21E8505625121464b2f
Octal322362050126452250611357
Binary11010010111101000010101010110100101100101010001101001011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21E85; }

 p { color: rgb(210,30,133); }

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

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

 a { background-color: rgb(210,30,133); }

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

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

 span { border-color: rgb(210,30,133); }

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