#D21A8F

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

Shades of Medium Violet Red #D21A8F

Tints of Medium Violet Red #D21A8F

Color information

#D21A8F (or 0xD21A8F) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1A and 8F. RGB value is (210,26,143). Sum of RGB (Red+Green+Blue) = 210+26+143=379 (50% of max value = 765). Red value is 210 (82.42% from 255 or 55.41% from 379); Green value is 26 (10.55% from 255 or 6.86% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A8F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21A8F is #2DE570. Grayscale: #5E5E5E. Windows color (decimal): -3007857 or 9378514. OLE color: 9378514.

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

Color convert

RGB21026143-
CMYK00.880.320.18
HSL321.85º77.97%46.27%-
HSV(B)321.85º87.62%82.35%-
XYZ31.9116.4227.48-
YUV94.35155.46210.49-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 55.41%
GREEN value IS 26 (10.55% from 255) = 6.86%
BLUE value IS 143 (56.25% from 255) = 37.73%
R=55.41%
G=6.86%
B=37.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102614300.880.320.18321.8577.9746.27
HexD21A8F05820121424e2e
Octal322322170130402250211656
Binary11010010110101000111101011000100000100101010000101001110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21A8F; }

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

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

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

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

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

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

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

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