#D21C8F

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

Shades of Medium Violet Red #D21C8F

Tints of Medium Violet Red #D21C8F

Color information

#D21C8F (or 0xD21C8F) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1C and 8F. RGB value is (210,28,143). Sum of RGB (Red+Green+Blue) = 210+28+143=381 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.12% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21C8F is #2DE370. Grayscale: #5F5F5F. Windows color (decimal): -3007345 or 9379026. OLE color: 9379026.

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

Color convert

RGB21028143-
CMYK00.870.320.18
HSL322.09º76.47%46.67%-
HSV(B)322.09º86.67%82.35%-
XYZ31.9516.5227.49-
YUV95.53154.8209.65-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.12%
GREEN value IS 28 (11.33% from 255) = 7.35%
BLUE value IS 143 (56.25% from 255) = 37.53%
R=55.12%
G=7.35%
B=37.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102814300.870.320.18322.0976.4746.67
HexD21C8F05720121424c2f
Octal322342170127402250211457
Binary11010010111001000111101010111100000100101010000101001100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21C8F; }

 p { color: rgb(210,28,143); }

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

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

 a { background-color: rgb(210,28,143); }

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

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

 span { border-color: rgb(210,28,143); }

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