#D21481

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

Shades of Medium Violet Red #D21481

Tints of Medium Violet Red #D21481

Color information

#D21481 (or 0xD21481) is unknown color: approx Medium Violet Red. HEX triplet: D2, 14 and 81. RGB value is (210,20,129). Sum of RGB (Red+Green+Blue) = 210+20+129=359 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.50% from 359); Green value is 20 (8.20% from 255 or 5.57% from 359); Blue value is 129 (50.78% from 255 or 35.93% from 359); Max value from RGB is 210 - color contains mainly: red. Hex color #D21481 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D21481 is #2DEB7E. Grayscale: #585858. Windows color (decimal): -3009407 or 8459474. OLE color: 8459474.

HSL color Cylindrical-coordinate representation of color #D21481: hue angle of 325.58º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D21481 is Cyan = 0, Magento = 0.90, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB21020129-
CMYK00.900.390.18
HSL325.58º82.61%45.1%-
HSV(B)325.58º90.48%82.35%-
XYZ30.7915.7922.19-
YUV89.24150.45214.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 58.50%
GREEN value IS 20 (8.20% from 255) = 5.57%
BLUE value IS 129 (50.78% from 255) = 35.93%
R=58.50%
G=5.57%
B=35.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102012900.900.390.18325.5882.6145.1
HexD2148105A2712146532d
Octal322242010132472250612355
Binary11010010101001000000101011010100111100101010001101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21481; }

 p { color: rgb(210,20,129); }

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

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

 a { background-color: rgb(210,20,129); }

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

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

 span { border-color: rgb(210,20,129); }

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