Html Css Color HEX #D401CC Deep Magenta

📋 copy color: '#D401CC'

red 212 ◦ green 1 ◦ blue 204

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

Shades of Deep Magenta #D401CC

Tints of Deep Magenta #D401CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 48.92%

R = 50.84%
G = 0.24%
B = 48.92%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.04

 K value IS 0.17

RGB Variations

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

Color information

#D401CC (or 0xD401CC) is known color: Deep Magenta. HEX triplet: D4, 01 and CC. RGB value is (212,1,204). Sum of RGB (Red+Green+Blue) = 212+1+204=417 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.84% from 417); Green value is 1 (0.78% from 255 or 0.24% from 417); Blue value is 204 (80.08% from 255 or 48.92% from 417); Max value from RGB is 212 - color contains mainly: red. Hex color #D401CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D401CC is #2BFE33. Grayscale: #565656. Windows color (decimal): -2883124 or 13369812. OLE color: 13369812.

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

Color convert

RGB 212 1 204 -
CMYK 0 1.00 0.04 0.17
HSL 302.27º 0.99% 0.42% -
HSV(B) 302.27º 1% 0.83% -
XYZ 38.06 18.38 58.67 -
YUV 87.23 193.9 216.99 -
System Red Green Blue C M Y K H S L
Decimal 212 1 204 0 1.00 0.04 0.17 302.27 0.99 0.42
Hex D4 1 CC 0 64 4 11 12E 63 2A
Octal 324 1 314 0 144 4 21 456 143 52
Binary 11010100 1 11001100 0 1100100 100 10001 100101110 1100011 101010

Color Harmonies of #D401CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D401CC

Black with #D401CC

Text Example


Text Example

White with #D401CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D401CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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