#D42BC5

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

Shades of Deep Magenta #D42BC5

Tints of Deep Magenta #D42BC5

Color information

#D42BC5 (or 0xD42BC5) is unknown color: approx Deep Magenta. HEX triplet: D4, 2B and C5. RGB value is (212,43,197). Sum of RGB (Red+Green+Blue) = 212+43+197=452 (59% of max value = 765). Red value is 212 (83.20% from 255 or 46.90% from 452); Green value is 43 (17.19% from 255 or 9.51% from 452); Blue value is 197 (77.34% from 255 or 43.58% from 452); Max value from RGB is 212 - color contains mainly: red. Hex color #D42BC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D42BC5 is #2BD43A. Grayscale: #6E6E6E. Windows color (decimal): -2872379 or 12921812. OLE color: 12921812.

HSL color Cylindrical-coordinate representation of color #D42BC5: hue angle of 305.33º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D42BC5 is Cyan = 0, Magento = 0.80, Yellow = 0.07 and Black (K on CMYK) = 0.17.

Color convert

RGB21243197-
CMYK00.800.070.17
HSL305.33º66.27%50%-
HSV(B)305.33º79.72%83.14%-
XYZ38.0919.7654.63-
YUV111.09176.49199.98-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.90%
GREEN value IS 43 (17.19% from 255) = 9.51%
BLUE value IS 197 (77.34% from 255) = 43.58%
R=46.90%
G=9.51%
B=43.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.07
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2124319700.800.070.17305.3366.2750
HexD42BC50507111314232
Octal32453305012072146110262
Binary110101001010111100010101010000111100011001100011000010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D42BC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D42BC5; }

 p { color: rgb(212,43,197); }

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

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

 a { background-color: rgb(212,43,197); }

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

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

 span { border-color: rgb(212,43,197); }

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