Html Css Color HEX #D40ADB Deep Magenta

📋 copy color: '#D40ADB'

red 212 ◦ green 10 ◦ blue 219

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

Shades of Deep Magenta #D40ADB

Tints of Deep Magenta #D40ADB

RGB

 RED value IS 212 (83.2% from 255) = 48.07%

 GREEN value IS 10 (4.3% from 255) = 2.27%

 BLUE value IS 219 (85.94% from 255) = 49.66%

R = 48.07%
G = 2.27%
B = 49.66%

CMYK

 C value IS 0.03

 M value IS 0.95

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D40ADB (or 0xD40ADB) is known color: Deep Magenta. HEX triplet: D4, 0A and DB. RGB value is (212,10,219). Sum of RGB (Red+Green+Blue) = 212+10+219=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 10 (4.30% from 255 or 2.27% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #D40ADB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40ADB is #2BF524. Grayscale: #5D5D5D. Windows color (decimal): -2880805 or 14355156. OLE color: 14355156.

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

Color convert

RGB 212 10 219 -
CMYK 0.03 0.95 0 0.14
HSL 297.99º 0.91% 0.45% -
HSV(B) 297.99º 0.95% 0.86% -
XYZ 40.05 19.33 68.64 -
YUV 94.22 198.42 212.01 -
System Red Green Blue C M Y K H S L
Decimal 212 10 219 0.03 0.95 0 0.14 297.99 0.91 0.45
Hex D4 A DB 3 5F 0 E 12A 5B 2D
Octal 324 12 333 3 137 0 16 452 133 55
Binary 11010100 1010 11011011 11 1011111 0 1110 100101010 1011011 101101

Color Harmonies of #D40ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40ADB

Black with #D40ADB

Text Example


Text Example

White with #D40ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40ADB; }

 p { color: rgb(212,10,219); }

 H1.HeaderClassName
 {
   color: #D40ADB;
 }
 .AnyTagClassName
 {
   color: #D40ADB;
 }
</style>

background-color css

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

 a { background-color: rgb(212,10,219); }

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

border-color css

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

 span { border-color: rgb(212,10,219); }

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