Html Css Color HEX #D406DF Deep Magenta

📋 copy color: '#D406DF'

red 212 ◦ green 6 ◦ blue 223

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

Shades of Deep Magenta #D406DF

Tints of Deep Magenta #D406DF

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.36%

 BLUE value IS 223 (87.5% from 255) = 50.57%

R = 48.07%
G = 1.36%
B = 50.57%

CMYK

 C value IS 0.05

 M value IS 0.97

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D406DF (or 0xD406DF) is known color: Deep Magenta. HEX triplet: D4, 06 and DF. RGB value is (212,6,223). Sum of RGB (Red+Green+Blue) = 212+6+223=441 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.07% from 441); Green value is 6 (2.73% from 255 or 1.36% from 441); Blue value is 223 (87.5% from 255 or 50.57% from 441); Max value from RGB is 223 - color contains mainly: blue. Hex color #D406DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D406DF is #2BF920. Grayscale: #5B5B5B. Windows color (decimal): -2881825 or 14616276. OLE color: 14616276.

HSL color Cylindrical-coordinate representation of color #D406DF: hue angle of 296.96º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D406DF is Cyan = 0.05, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 212 6 223 -
CMYK 0.05 0.97 0 0.13
HSL 296.96º 0.95% 0.45% -
HSV(B) 296.96º 0.97% 0.87% -
XYZ 40.54 19.46 71.43 -
YUV 92.33 201.75 213.36 -
System Red Green Blue C M Y K H S L
Decimal 212 6 223 0.05 0.97 0 0.13 296.96 0.95 0.45
Hex D4 6 DF 5 61 0 D 129 5F 2D
Octal 324 6 337 5 141 0 15 451 137 55
Binary 11010100 110 11011111 101 1100001 0 1101 100101001 1011111 101101

Color Harmonies of #D406DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D406DF

Black with #D406DF

Text Example


Text Example

White with #D406DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D406DF; }

 p { color: rgb(212,6,223); }

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

background-color css

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

 a { background-color: rgb(212,6,223); }

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

border-color css

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

 span { border-color: rgb(212,6,223); }

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