#D214B2

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

Shades of Deep Magenta #D214B2

Tints of Deep Magenta #D214B2

Color information

#D214B2 (or 0xD214B2) is unknown color: approx Deep Magenta. HEX triplet: D2, 14 and B2. RGB value is (210,20,178). Sum of RGB (Red+Green+Blue) = 210+20+178=408 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.47% from 408); Green value is 20 (8.20% from 255 or 4.90% from 408); Blue value is 178 (69.92% from 255 or 43.63% from 408); Max value from RGB is 210 - color contains mainly: red. Hex color #D214B2 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D214B2 is #2DEB4D. Grayscale: #5E5E5E. Windows color (decimal): -3009358 or 11670738. OLE color: 11670738.

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

Color convert

RGB21020178-
CMYK00.900.150.18
HSL310.11º82.61%45.1%-
HSV(B)310.11º90.48%82.35%-
XYZ34.8617.4243.64-
YUV94.82174.95210.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 51.47%
GREEN value IS 20 (8.20% from 255) = 4.90%
BLUE value IS 178 (69.92% from 255) = 43.63%
R=51.47%
G=4.90%
B=43.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102017800.900.150.18310.1182.6145.1
HexD214B205AF12136532d
Octal322242620132172246612355
Binary110100101010010110010010110101111100101001101101010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D214B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D214B2; }

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

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

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

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

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

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

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

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