Html Css Color HEX #D401C9 Deep Magenta

📋 copy color: '#D401C9'

red 212 ◦ green 1 ◦ blue 201

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

Shades of Deep Magenta #D401C9

Tints of Deep Magenta #D401C9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 48.55%

R = 51.21%
G = 0.24%
B = 48.55%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.05

 K value IS 0.17

RGB Variations

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

Color information

#D401C9 (or 0xD401C9) is known color: Deep Magenta. HEX triplet: D4, 01 and C9. RGB value is (212,1,201). Sum of RGB (Red+Green+Blue) = 212+1+201=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 1 (0.78% from 255 or 0.24% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D401C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D401C9 is #2BFE36. Grayscale: #565656. Windows color (decimal): -2883127 or 13173204. OLE color: 13173204.

HSL color Cylindrical-coordinate representation of color #D401C9: hue angle of 303.13º 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 #D401C9 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 1 201 -
CMYK 0 1.00 0.05 0.17
HSL 303.13º 0.99% 0.42% -
HSV(B) 303.13º 1% 0.83% -
XYZ 37.7 18.24 56.79 -
YUV 86.89 192.4 217.24 -
System Red Green Blue C M Y K H S L
Decimal 212 1 201 0 1.00 0.05 0.17 303.13 0.99 0.42
Hex D4 1 C9 0 64 5 11 12F 63 2A
Octal 324 1 311 0 144 5 21 457 143 52
Binary 11010100 1 11001001 0 1100100 101 10001 100101111 1100011 101010

Color Harmonies of #D401C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D401C9

Black with #D401C9

Text Example


Text Example

White with #D401C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D401C9; }

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

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

background-color css

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

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

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

border-color css

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

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

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