#D21F84

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

Shades of Medium Violet Red #D21F84

Tints of Medium Violet Red #D21F84

Color information

#D21F84 (or 0xD21F84) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1F and 84. RGB value is (210,31,132). Sum of RGB (Red+Green+Blue) = 210+31+132=373 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.30% from 373); Green value is 31 (12.5% from 255 or 8.31% from 373); Blue value is 132 (51.95% from 255 or 35.39% from 373); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21F84 is #2DE07B. Grayscale: #5F5F5F. Windows color (decimal): -3006588 or 8658898. OLE color: 8658898.

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

Color convert

RGB21031132-
CMYK00.850.370.18
HSL326.15º74.27%47.25%-
HSV(B)326.15º85.24%82.35%-
XYZ31.2316.3523.34-
YUV96.04148.3209.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 56.30%
GREEN value IS 31 (12.5% from 255) = 8.31%
BLUE value IS 132 (51.95% from 255) = 35.39%
R=56.30%
G=8.31%
B=35.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103113200.850.370.18326.1574.2747.25
HexD21F8405525121464a2f
Octal322372040125452250611257
Binary11010010111111000010001010101100101100101010001101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21F84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21F84; }

 p { color: rgb(210,31,132); }

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

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

 a { background-color: rgb(210,31,132); }

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

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

 span { border-color: rgb(210,31,132); }

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