#D21FB2

Color #D21FB2 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D21FB2

Tints of Deep Magenta #D21FB2

Color information

#D21FB2 (or 0xD21FB2) is unknown color: approx Deep Magenta. HEX triplet: D2, 1F and B2. RGB value is (210,31,178). Sum of RGB (Red+Green+Blue) = 210+31+178=419 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.12% from 419); Green value is 31 (12.5% from 255 or 7.40% from 419); Blue value is 178 (69.92% from 255 or 42.48% from 419); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FB2 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D21FB2 is #2DE04D. Grayscale: #646464. Windows color (decimal): -3006542 or 11673554. OLE color: 11673554.

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

Color convert

RGB21031178-
CMYK00.850.150.18
HSL310.73º74.27%47.25%-
HSV(B)310.73º85.24%82.35%-
XYZ35.117.943.72-
YUV101.28171.3205.55-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 50.12%
GREEN value IS 31 (12.5% from 255) = 7.40%
BLUE value IS 178 (69.92% from 255) = 42.48%
R=50.12%
G=7.40%
B=42.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2103117800.850.150.18310.7374.2747.25
HexD21FB2055F121374a2f
Octal322372620125172246711257
Binary110100101111110110010010101011111100101001101111001010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D21FB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D21FB2; }

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

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

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

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

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

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

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

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