#D41BE5

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

Shades of Deep Magenta #D41BE5

Tints of Deep Magenta #D41BE5

Color information

#D41BE5 (or 0xD41BE5) is unknown color: approx Deep Magenta. HEX triplet: D4, 1B and E5. RGB value is (212,27,229). Sum of RGB (Red+Green+Blue) = 212+27+229=468 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.30% from 468); Green value is 27 (10.94% from 255 or 5.77% from 468); Blue value is 229 (89.84% from 255 or 48.93% from 468); Max value from RGB is 229 - color contains mainly: blue. Hex color #D41BE5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D41BE5 is #2BE41A. Grayscale: #686868. Windows color (decimal): -2876443 or 15014868. OLE color: 15014868.

HSL color Cylindrical-coordinate representation of color #D41BE5: hue angle of 294.95º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D41BE5 is Cyan = 0.07, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB21227229-
CMYK0.070.8800.10
HSL294.95º79.53%50.2%-
HSV(B)294.95º88.21%89.8%-
XYZ41.6920.4475.88-
YUV105.34197.79204.07-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.30%
GREEN value IS 27 (10.94% from 255) = 5.77%
BLUE value IS 229 (89.84% from 255) = 48.93%
R=45.30%
G=5.77%
B=48.93%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal212272290.070.8800.10294.9579.5350.2
HexD41BE57580A1275032
Octal32433345713001244712062
Binary1101010011011111001011111011000010101001001111010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D41BE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D41BE5; }

 p { color: rgb(212,27,229); }

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

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

 a { background-color: rgb(212,27,229); }

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

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

 span { border-color: rgb(212,27,229); }

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