Html Css Color HEX #D407DB Deep Magenta

📋 copy color: '#D407DB'

red 212 ◦ green 7 ◦ blue 219

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

Shades of Deep Magenta #D407DB

Tints of Deep Magenta #D407DB

RGB

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

 GREEN value IS 7 (3.13% from 255) = 1.6%

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

R = 48.4%
G = 1.6%
B = 50%

CMYK

 C value IS 0.03

 M value IS 0.97

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D407DB (or 0xD407DB) is known color: Deep Magenta. HEX triplet: D4, 07 and DB. RGB value is (212,7,219). Sum of RGB (Red+Green+Blue) = 212+7+219=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 7 (3.12% from 255 or 1.60% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #D407DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D407DB is #2BF824. Grayscale: #5B5B5B. Windows color (decimal): -2881573 or 14354388. OLE color: 14354388.

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

Color convert

RGB 212 7 219 -
CMYK 0.03 0.97 0 0.14
HSL 298.02º 0.94% 0.44% -
HSV(B) 298.02º 0.97% 0.86% -
XYZ 40.01 19.26 68.63 -
YUV 92.46 199.42 213.26 -
System Red Green Blue C M Y K H S L
Decimal 212 7 219 0.03 0.97 0 0.14 298.02 0.94 0.44
Hex D4 7 DB 3 61 0 E 12A 5E 2C
Octal 324 7 333 3 141 0 16 452 136 54
Binary 11010100 111 11011011 11 1100001 0 1110 100101010 1011110 101100

Color Harmonies of #D407DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D407DB

Black with #D407DB

Text Example


Text Example

White with #D407DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D407DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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