#D01DC2

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

Shades of Deep Magenta #D01DC2

Tints of Deep Magenta #D01DC2

Color information

#D01DC2 (or 0xD01DC2) is unknown color: approx Deep Magenta. HEX triplet: D0, 1D and C2. RGB value is (208,29,194). Sum of RGB (Red+Green+Blue) = 208+29+194=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 194 (76.17% from 255 or 45.01% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D01DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01DC2 is #2FE23D. Grayscale: #646464. Windows color (decimal): -3138110 or 12721616. OLE color: 12721616.

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

Color convert

RGB20829194-
CMYK00.860.070.18
HSL304.69º75.53%46.47%-
HSV(B)304.69º86.06%81.57%-
XYZ36.1918.1852.64-
YUV101.33180.3204.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 48.26%
GREEN value IS 29 (11.72% from 255) = 6.73%
BLUE value IS 194 (76.17% from 255) = 45.01%
R=48.26%
G=6.73%
B=45.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.07
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082919400.860.070.18304.6975.5346.47
HexD01DC20567121314c2e
Octal32035302012672246111456
Binary11010000111011100001001010110111100101001100011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01DC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01DC2; }

 p { color: rgb(208,29,194); }

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

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

 a { background-color: rgb(208,29,194); }

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

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

 span { border-color: rgb(208,29,194); }

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