#d21b83

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

Shades of Medium Violet Red #D21B83

Tints of Medium Violet Red #D21B83

Color information

#D21B83 (or 0xD21B83) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1B and 83. RGB value is (210,27,131). Sum of RGB (Red+Green+Blue) = 210+27+131=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 27 (10.94% from 255 or 7.34% from 368); Blue value is 131 (51.56% from 255 or 35.60% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B83 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21B83 is #2DE47C. Grayscale: #5D5D5D. Windows color (decimal): -3007613 or 8592338. OLE color: 8592338.

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

Color convert

RGB21027131-
CMYK00.870.380.18
HSL325.9º77.22%46.47%-
HSV(B)325.9º87.14%82.35%-
XYZ31.0716.1222.95-
YUV93.57149.13211.04-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 57.07%
GREEN value IS 27 (10.94% from 255) = 7.34%
BLUE value IS 131 (51.56% from 255) = 35.60%
R=57.07%
G=7.34%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102713100.870.380.18325.977.2246.47
HexD21B8305726121464d2e
Octal322332030127462250611556
Binary11010010110111000001101010111100110100101010001101001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d21b83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d21b83; }

 p { color: rgb(210,27,131); }

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

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

 a { background-color: rgb(210,27,131); }

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

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

 span { border-color: rgb(210,27,131); }

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