#D212D5

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

Shades of Deep Magenta #D212D5

Tints of Deep Magenta #D212D5

Color information

#D212D5 (or 0xD212D5) is unknown color: approx Deep Magenta. HEX triplet: D2, 12 and D5. RGB value is (210,18,213). Sum of RGB (Red+Green+Blue) = 210+18+213=441 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.62% from 441); Green value is 18 (7.42% from 255 or 4.08% from 441); Blue value is 213 (83.59% from 255 or 48.30% from 441); Max value from RGB is 213 - color contains mainly: blue. Hex color #D212D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D212D5 is #2DED2A. Grayscale: #616161. Windows color (decimal): -3009835 or 13963986. OLE color: 13963986.

HSL color Cylindrical-coordinate representation of color #D212D5: hue angle of 299.08º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D212D5 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB21018213-
CMYK0.010.9200.16
HSL299.08º84.42%45.29%-
HSV(B)299.08º91.55%83.53%-
XYZ38.818.9464.56-
YUV97.64193.11208.14-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 47.62%
GREEN value IS 18 (7.42% from 255) = 4.08%
BLUE value IS 213 (83.59% from 255) = 48.30%
R=47.62%
G=4.08%
B=48.30%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal210182130.010.9200.16299.0884.4245.29
HexD212D515C01012b542d
Octal32222325113402045312455
Binary110100101001011010101110111000100001001010111010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D212D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D212D5; }

 p { color: rgb(210,18,213); }

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

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

 a { background-color: rgb(210,18,213); }

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

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

 span { border-color: rgb(210,18,213); }

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