#D01FE0

Color #D01FE0 Deep Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Magenta #D01FE0

Tints of Deep Magenta #D01FE0

Color information

#D01FE0 (or 0xD01FE0) is unknown color: approx Deep Magenta. HEX triplet: D0, 1F and E0. RGB value is (208,31,224). Sum of RGB (Red+Green+Blue) = 208+31+224=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 31 (12.5% from 255 or 6.70% from 463); Blue value is 224 (87.89% from 255 or 48.38% from 463); Max value from RGB is 224 - color contains mainly: blue. Hex color #D01FE0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01FE0 is #2FE01F. Grayscale: #696969. Windows color (decimal): -3137568 or 14688208. OLE color: 14688208.

HSL color Cylindrical-coordinate representation of color #D01FE0: hue angle of 295.03º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D01FE0 is Cyan = 0.07, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB20831224-
CMYK0.070.8600.12
HSL295.03º75.69%50%-
HSV(B)295.03º86.16%87.84%-
XYZ39.9619.7772.23-
YUV105.92194.64200.81-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.92%
GREEN value IS 31 (12.5% from 255) = 6.70%
BLUE value IS 224 (87.89% from 255) = 48.38%
R=44.92%
G=6.70%
B=48.38%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal208312240.070.8600.12295.0375.6950
HexD01FE07560C1274c32
Octal32037340712601444711462
Binary1101000011111111000001111010110011001001001111001100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01FE0; }

 p { color: rgb(208,31,224); }

 H1.HeaderClassName
 {
   color: #D01FE0;
 }
 .AnyTagClassName
 {
   color: #D01FE0;
 }
</style>
background-color css

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

 a { background-color: rgb(208,31,224); }

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

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

 span { border-color: rgb(208,31,224); }

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