Html Css Color HEX #D408E2 Deep Magenta

📋 copy color: '#D408E2'

red 212 ◦ green 8 ◦ blue 226

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

Shades of Deep Magenta #D408E2

Tints of Deep Magenta #D408E2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 50.67%

R = 47.53%
G = 1.79%
B = 50.67%

CMYK

 C value IS 0.06

 M value IS 0.96

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#D408E2 (or 0xD408E2) is known color: Deep Magenta. HEX triplet: D4, 08 and E2. RGB value is (212,8,226). Sum of RGB (Red+Green+Blue) = 212+8+226=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 8 (3.52% from 255 or 1.79% from 446); Blue value is 226 (88.67% from 255 or 50.67% from 446); Max value from RGB is 226 - color contains mainly: blue. Hex color #D408E2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D408E2 is #2BF71D. Grayscale: #5D5D5D. Windows color (decimal): -2881310 or 14813396. OLE color: 14813396.

HSL color Cylindrical-coordinate representation of color #D408E2: hue angle of 296.15º degrees, saturation: 0.93, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D408E2 is Cyan = 0.06, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 212 8 226 -
CMYK 0.06 0.96 0 0.11
HSL 296.15º 0.93% 0.46% -
HSV(B) 296.15º 0.96% 0.89% -
XYZ 40.97 19.66 73.59 -
YUV 93.85 202.59 212.27 -
System Red Green Blue C M Y K H S L
Decimal 212 8 226 0.06 0.96 0 0.11 296.15 0.93 0.46
Hex D4 8 E2 6 60 0 B 128 5D 2E
Octal 324 10 342 6 140 0 13 450 135 56
Binary 11010100 1000 11100010 110 1100000 0 1011 100101000 1011101 101110

Color Harmonies of #D408E2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D408E2

Black with #D408E2

Text Example


Text Example

White with #D408E2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D408E2; }

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

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

background-color css

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

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

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

border-color css

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

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

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