Html Css Color HEX #D403DB Deep Magenta

📋 copy color: '#D403DB'

red 212 ◦ green 3 ◦ blue 219

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

Shades of Deep Magenta #D403DB

Tints of Deep Magenta #D403DB

RGB

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

 GREEN value IS 3 (1.56% from 255) = 0.69%

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

R = 48.85%
G = 0.69%
B = 50.46%

CMYK

 C value IS 0.03

 M value IS 0.99

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D403DB (or 0xD403DB) is known color: Deep Magenta. HEX triplet: D4, 03 and DB. RGB value is (212,3,219). Sum of RGB (Red+Green+Blue) = 212+3+219=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 3 (1.56% from 255 or 0.69% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #D403DB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D403DB is #2BFC24. Grayscale: #595959. Windows color (decimal): -2882597 or 14353364. OLE color: 14353364.

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

Color convert

RGB 212 3 219 -
CMYK 0.03 0.99 0 0.14
HSL 298.06º 0.97% 0.44% -
HSV(B) 298.06º 0.99% 0.86% -
XYZ 39.97 19.18 68.61 -
YUV 90.12 200.74 214.94 -
System Red Green Blue C M Y K H S L
Decimal 212 3 219 0.03 0.99 0 0.14 298.06 0.97 0.44
Hex D4 3 DB 3 63 0 E 12A 61 2C
Octal 324 3 333 3 143 0 16 452 141 54
Binary 11010100 11 11011011 11 1100011 0 1110 100101010 1100001 101100

Color Harmonies of #D403DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D403DB

Black with #D403DB

Text Example


Text Example

White with #D403DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D403DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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