Html Css Color HEX #D40DDB Deep Magenta

📋 copy color: '#D40DDB'

red 212 ◦ green 13 ◦ blue 219

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

Shades of Deep Magenta #D40DDB

Tints of Deep Magenta #D40DDB

RGB

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

 GREEN value IS 13 (5.47% from 255) = 2.93%

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

R = 47.75%
G = 2.93%
B = 49.32%

CMYK

 C value IS 0.03

 M value IS 0.94

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D40DDB (or 0xD40DDB) is known color: Deep Magenta. HEX triplet: D4, 0D and DB. RGB value is (212,13,219). Sum of RGB (Red+Green+Blue) = 212+13+219=444 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.75% from 444); Green value is 13 (5.47% from 255 or 2.93% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #D40DDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D40DDB is #2BF224. Grayscale: #5F5F5F. Windows color (decimal): -2880037 or 14355924. OLE color: 14355924.

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

Color convert

RGB 212 13 219 -
CMYK 0.03 0.94 0 0.14
HSL 297.96º 0.89% 0.45% -
HSV(B) 297.96º 0.94% 0.86% -
XYZ 40.08 19.4 68.65 -
YUV 95.99 197.43 210.75 -
System Red Green Blue C M Y K H S L
Decimal 212 13 219 0.03 0.94 0 0.14 297.96 0.89 0.45
Hex D4 D DB 3 5E 0 E 12A 59 2D
Octal 324 15 333 3 136 0 16 452 131 55
Binary 11010100 1101 11011011 11 1011110 0 1110 100101010 1011001 101101

Color Harmonies of #D40DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D40DDB

Black with #D40DDB

Text Example


Text Example

White with #D40DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D40DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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