Html Css Color HEX #D40BDA Deep Magenta

📋 copy color: '#D40BDA'

red 212 ◦ green 11 ◦ blue 218

#D40BDA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Magenta #D40BDA

Tints of Deep Magenta #D40BDA

RGB

 RED value IS 212 (83.2% 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 value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#D40BDA (or 0xD40BDA) is known color: 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

RGB 212 11 218 -
CMYK 0.03 0.95 0 0.15
HSL 298.26º 0.9% 0.45% -
HSV(B) 298.26º 0.95% 0.85% -
XYZ 39.93 19.3 67.95 -
YUV 94.7 197.59 211.67 -
System Red Green Blue C M Y K H S L
Decimal 212 11 218 0.03 0.95 0 0.15 298.26 0.9 0.45
Hex D4 B DA 3 5F 0 F 12A 5A 2D
Octal 324 13 332 3 137 0 17 452 132 55
Binary 11010100 1011 11011010 11 1011111 0 1111 100101010 1011010 101101

Color Harmonies of #D40BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40BDA

Black with #D40BDA

Text Example


Text Example

White with #D40BDA

Text Example


Text Example

HTML Codes & Css Web 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>