#D01CD3

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

Shades of Deep Magenta #D01CD3

Tints of Deep Magenta #D01CD3

Color information

#D01CD3 (or 0xD01CD3) is unknown color: approx Deep Magenta. HEX triplet: D0, 1C and D3. RGB value is (208,28,211). Sum of RGB (Red+Green+Blue) = 208+28+211=447 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.53% from 447); Green value is 28 (11.33% from 255 or 6.26% from 447); Blue value is 211 (82.81% from 255 or 47.20% from 447); Max value from RGB is 211 - color contains mainly: blue. Hex color #D01CD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D01CD3 is #2FE32C. Grayscale: #666666. Windows color (decimal): -3138349 or 13835472. OLE color: 13835472.

HSL color Cylindrical-coordinate representation of color #D01CD3: hue angle of 299.02º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D01CD3 is Cyan = 0.01, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB20828211-
CMYK0.010.8700.17
HSL299.02º76.57%46.86%-
HSV(B)299.02º86.73%82.75%-
XYZ38.1918.9463.27-
YUV102.68189.13203.12-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 46.53%
GREEN value IS 28 (11.33% from 255) = 6.26%
BLUE value IS 211 (82.81% from 255) = 47.20%
R=46.53%
G=6.26%
B=47.20%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal208282110.010.8700.17299.0276.5746.86
HexD01CD315701112b4d2f
Octal32034323112702145311557
Binary110100001110011010011110101110100011001010111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D01CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D01CD3; }

 p { color: rgb(208,28,211); }

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

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

 a { background-color: rgb(208,28,211); }

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

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

 span { border-color: rgb(208,28,211); }

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