Html Css Color HEX #D401C8 Deep Magenta

📋 copy color: '#D401C8'

red 212 ◦ green 1 ◦ blue 200

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

Shades of Deep Magenta #D401C8

Tints of Deep Magenta #D401C8

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.24%

 BLUE value IS 200 (78.52% from 255) = 48.43%

R = 51.33%
G = 0.24%
B = 48.43%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.06

 K value IS 0.17

RGB Variations

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

Color information

#D401C8 (or 0xD401C8) is known color: Deep Magenta. HEX triplet: D4, 01 and C8. RGB value is (212,1,200). Sum of RGB (Red+Green+Blue) = 212+1+200=413 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.33% from 413); Green value is 1 (0.78% from 255 or 0.24% from 413); Blue value is 200 (78.52% from 255 or 48.43% from 413); Max value from RGB is 212 - color contains mainly: red. Hex color #D401C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D401C8 is #2BFE37. Grayscale: #565656. Windows color (decimal): -2883128 or 13107668. OLE color: 13107668.

HSL color Cylindrical-coordinate representation of color #D401C8: hue angle of 303.41º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D401C8 is Cyan = 0, Magento = 1.00, Yellow = 0.06 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 1 200 -
CMYK 0 1.00 0.06 0.17
HSL 303.41º 0.99% 0.42% -
HSV(B) 303.41º 1% 0.83% -
XYZ 37.59 18.19 56.17 -
YUV 86.78 191.9 217.32 -
System Red Green Blue C M Y K H S L
Decimal 212 1 200 0 1.00 0.06 0.17 303.41 0.99 0.42
Hex D4 1 C8 0 64 6 11 12F 63 2A
Octal 324 1 310 0 144 6 21 457 143 52
Binary 11010100 1 11001000 0 1100100 110 10001 100101111 1100011 101010

Color Harmonies of #D401C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D401C8

Black with #D401C8

Text Example


Text Example

White with #D401C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D401C8; }

 p { color: rgb(212,1,200); }

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

background-color css

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

 a { background-color: rgb(212,1,200); }

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

border-color css

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

 span { border-color: rgb(212,1,200); }

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