Html Css Color HEX #D408DC Deep Magenta

📋 copy color: '#D408DC'

red 212 ◦ green 8 ◦ blue 220

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

Shades of Deep Magenta #D408DC

Tints of Deep Magenta #D408DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 50%

R = 48.18%
G = 1.82%
B = 50%

CMYK

 C value IS 0.04

 M value IS 0.96

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#D408DC (or 0xD408DC) is known color: Deep Magenta. HEX triplet: D4, 08 and DC. RGB value is (212,8,220). Sum of RGB (Red+Green+Blue) = 212+8+220=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 8 (3.52% from 255 or 1.82% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #D408DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D408DC is #2BF723. Grayscale: #5C5C5C. Windows color (decimal): -2881316 or 14420180. OLE color: 14420180.

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

Color convert

RGB 212 8 220 -
CMYK 0.04 0.96 0 0.14
HSL 297.74º 0.93% 0.45% -
HSV(B) 297.74º 0.96% 0.86% -
XYZ 40.16 19.34 69.33 -
YUV 93.16 199.59 212.76 -
System Red Green Blue C M Y K H S L
Decimal 212 8 220 0.04 0.96 0 0.14 297.74 0.93 0.45
Hex D4 8 DC 4 60 0 E 12A 5D 2D
Octal 324 10 334 4 140 0 16 452 135 55
Binary 11010100 1000 11011100 100 1100000 0 1110 100101010 1011101 101101

Color Harmonies of #D408DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D408DC

Black with #D408DC

Text Example


Text Example

White with #D408DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D408DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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