Html Css Color HEX #D400DB Deep Magenta

📋 copy color: '#D400DB'

red 212 ◦ green 0 ◦ blue 219

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

Shades of Deep Magenta #D400DB

Tints of Deep Magenta #D400DB

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 49.19%
G = 0%
B = 50.81%

CMYK

 C value IS 0.03

 M value IS 1

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D400DB (or 0xD400DB) is known color: Deep Magenta. HEX triplet: D4, 00 and DB. RGB value is (212,0,219). Sum of RGB (Red+Green+Blue) = 212+0+219=431 (57% of max value = 765). Red value is 212 (83.20% from 255 or 49.19% from 431); Green value is 0 (0.39% from 255 or 0% from 431); Blue value is 219 (85.94% from 255 or 50.81% from 431); Max value from RGB is 219 - color contains mainly: blue. Hex color #D400DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D400DB is #2BFF24. Grayscale: #575757. Windows color (decimal): -2883365 or 14352596. OLE color: 14352596.

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

Color convert

RGB 212 0 219 -
CMYK 0.03 1 0 0.14
HSL 298.08º 1% 0.43% -
HSV(B) 298.08º 1% 0.86% -
XYZ 39.94 19.11 68.6 -
YUV 88.35 201.74 216.19 -
System Red Green Blue C M Y K H S L
Decimal 212 0 219 0.03 1 0 0.14 298.08 1 0.43
Hex D4 0 DB 3 64 0 E 12A 64 2B
Octal 324 0 333 3 144 0 16 452 144 53
Binary 11010100 0 11011011 11 1100100 0 1110 100101010 1100100 101011

Color Harmonies of #D400DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D400DB

Black with #D400DB

Text Example


Text Example

White with #D400DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D400DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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