#D21F78

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

Shades of Medium Violet Red #D21F78

Tints of Medium Violet Red #D21F78

Color information

#D21F78 (or 0xD21F78) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1F and 78. RGB value is (210,31,120). Sum of RGB (Red+Green+Blue) = 210+31+120=361 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.17% from 361); Green value is 31 (12.5% from 255 or 8.59% from 361); Blue value is 120 (47.27% from 255 or 33.24% from 361); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F78 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D21F78 is #2DE087. Grayscale: #5E5E5E. Windows color (decimal): -3006600 or 7872466. OLE color: 7872466.

HSL color Cylindrical-coordinate representation of color #D21F78: hue angle of 330.17º 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 #D21F78 is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB21031120-
CMYK00.850.430.18
HSL330.17º74.27%47.25%-
HSV(B)330.17º85.24%82.35%-
XYZ30.4616.0419.26-
YUV94.67142.3210.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 58.17%
GREEN value IS 31 (12.5% from 255) = 8.59%
BLUE value IS 120 (47.27% from 255) = 33.24%
R=58.17%
G=8.59%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103112000.850.430.18330.1774.2747.25
HexD21F780552B1214a4a2f
Octal322371700125532251211257
Binary1101001011111111100001010101101011100101010010101001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21F78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21F78; }

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

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

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

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

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

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

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

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