Html Css Color HEX #D401CE Deep Magenta

📋 copy color: '#D401CE'

red 212 ◦ green 1 ◦ blue 206

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

Shades of Deep Magenta #D401CE

Tints of Deep Magenta #D401CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 49.16%

R = 50.6%
G = 0.24%
B = 49.16%

CMYK

 C value IS 0

 M value IS 1.00

 Y value IS 0.03

 K value IS 0.17

RGB Variations

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

Color information

#D401CE (or 0xD401CE) is known color: Deep Magenta. HEX triplet: D4, 01 and CE. RGB value is (212,1,206). Sum of RGB (Red+Green+Blue) = 212+1+206=419 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.60% from 419); Green value is 1 (0.78% from 255 or 0.24% from 419); Blue value is 206 (80.86% from 255 or 49.16% from 419); Max value from RGB is 212 - color contains mainly: red. Hex color #D401CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D401CE is #2BFE31. Grayscale: #565656. Windows color (decimal): -2883122 or 13500884. OLE color: 13500884.

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

Color convert

RGB 212 1 206 -
CMYK 0 1.00 0.03 0.17
HSL 301.71º 0.99% 0.42% -
HSV(B) 301.71º 1% 0.83% -
XYZ 38.3 18.47 59.94 -
YUV 87.46 194.9 216.83 -
System Red Green Blue C M Y K H S L
Decimal 212 1 206 0 1.00 0.03 0.17 301.71 0.99 0.42
Hex D4 1 CE 0 64 3 11 12E 63 2A
Octal 324 1 316 0 144 3 21 456 143 52
Binary 11010100 1 11001110 0 1100100 11 10001 100101110 1100011 101010

Color Harmonies of #D401CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D401CE

Black with #D401CE

Text Example


Text Example

White with #D401CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D401CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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