#D40BDA

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

Shades of Deep Magenta #D40BDA

Tints of Deep Magenta #D40BDA

Color information

#D40BDA (or 0xD40BDA) is unknown color: approx Deep Magenta. HEX triplet: D4, 0B and DA. RGB value is (212,11,218). Sum of RGB (Red+Green+Blue) = 212+11+218=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 11 (4.69% from 255 or 2.49% from 441); Blue value is 218 (85.55% from 255 or 49.43% from 441); Max value from RGB is 218 - color contains mainly: blue. Hex color #D40BDA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40BDA is #2BF425. Grayscale: #5E5E5E. Windows color (decimal): -2880550 or 14289876. OLE color: 14289876.

HSL color Cylindrical-coordinate representation of color #D40BDA: hue angle of 298.26º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D40BDA is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB21211218-
CMYK0.030.9500.15
HSL298.26º90.39%44.9%-
HSV(B)298.26º94.95%85.49%-
XYZ39.9319.367.95-
YUV94.7197.59211.67-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 48.07%
GREEN value IS 11 (4.69% from 255) = 2.49%
BLUE value IS 218 (85.55% from 255) = 49.43%
R=48.07%
G=2.49%
B=49.43%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal212112180.030.9500.15298.2690.3944.9
HexD4BDA35F0F12a5a2d
Octal32413332313701745213255
Binary11010100101111011010111011111011111001010101011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D40BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D40BDA; }

 p { color: rgb(212,11,218); }

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

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

 a { background-color: rgb(212,11,218); }

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

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

 span { border-color: rgb(212,11,218); }

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