#D21BAD

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

Shades of Medium Violet Red #D21BAD

Tints of Medium Violet Red #D21BAD

Color information

#D21BAD (or 0xD21BAD) is unknown color: approx Medium Violet Red. HEX triplet: D2, 1B and AD. RGB value is (210,27,173). Sum of RGB (Red+Green+Blue) = 210+27+173=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 27 (10.94% from 255 or 6.59% from 410); Blue value is 173 (67.97% from 255 or 42.20% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D21BAD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21BAD is #2DE452. Grayscale: #616161. Windows color (decimal): -3007571 or 11344850. OLE color: 11344850.

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

Color convert

RGB21027173-
CMYK00.870.180.18
HSL312.13º77.22%46.47%-
HSV(B)312.13º87.14%82.35%-
XYZ34.5117.541.09-
YUV98.36170.13207.63-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.22%
GREEN value IS 27 (10.94% from 255) = 6.59%
BLUE value IS 173 (67.97% from 255) = 42.20%
R=51.22%
G=6.59%
B=42.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102717300.870.180.18312.1377.2246.47
HexD21BAD05712121384d2e
Octal322332550127222247011556
Binary1101001011011101011010101011110010100101001110001001101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21BAD; }

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

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

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

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

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

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

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

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