Html Css Color HEX #D408DF Deep Magenta

📋 copy color: '#D408DF'

red 212 ◦ green 8 ◦ blue 223

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

Shades of Deep Magenta #D408DF

Tints of Deep Magenta #D408DF

RGB

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

 GREEN value IS 8 (3.52% from 255) = 1.81%

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

R = 47.86%
G = 1.81%
B = 50.34%

CMYK

 C value IS 0.05

 M value IS 0.96

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#D408DF (or 0xD408DF) is known color: Deep Magenta. HEX triplet: D4, 08 and DF. RGB value is (212,8,223). Sum of RGB (Red+Green+Blue) = 212+8+223=443 (58% of max value = 765). Red value is 212 (83.20% from 255 or 47.86% from 443); Green value is 8 (3.52% from 255 or 1.81% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #D408DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D408DF is #2BF720. Grayscale: #5C5C5C. Windows color (decimal): -2881313 or 14616788. OLE color: 14616788.

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

Color convert

RGB 212 8 223 -
CMYK 0.05 0.96 0 0.13
HSL 296.93º 0.93% 0.45% -
HSV(B) 296.93º 0.96% 0.87% -
XYZ 40.56 19.5 71.44 -
YUV 93.51 201.09 212.52 -
System Red Green Blue C M Y K H S L
Decimal 212 8 223 0.05 0.96 0 0.13 296.93 0.93 0.45
Hex D4 8 DF 5 60 0 D 129 5D 2D
Octal 324 10 337 5 140 0 15 451 135 55
Binary 11010100 1000 11011111 101 1100000 0 1101 100101001 1011101 101101

Color Harmonies of #D408DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D408DF

Black with #D408DF

Text Example


Text Example

White with #D408DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D408DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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