#D701CD

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

Shades of Deep Magenta #D701CD

Tints of Deep Magenta #D701CD

Color information

#D701CD (or 0xD701CD) is unknown color: approx Deep Magenta. HEX triplet: D7, 01 and CD. RGB value is (215,1,205). Sum of RGB (Red+Green+Blue) = 215+1+205=421 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.07% from 421); Green value is 1 (0.78% from 255 or 0.24% from 421); Blue value is 205 (80.47% from 255 or 48.69% from 421); Max value from RGB is 215 - color contains mainly: red. Hex color #D701CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D701CD is #28FE32. Grayscale: #575757. Windows color (decimal): -2686515 or 13435351. OLE color: 13435351.

HSL color Cylindrical-coordinate representation of color #D701CD: hue angle of 302.8º degrees, saturation: 0.99, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D701CD is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB2151205-
CMYK01.000.050.16
HSL302.8º99.07%42.35%-
HSV(B)302.8º99.53%84.31%-
XYZ39.0518.8859.34-
YUV88.24193.9218.41-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 51.07%
GREEN value IS 1 (0.78% from 255) = 0.24%
BLUE value IS 205 (80.47% from 255) = 48.69%
R=51.07%
G=0.24%
B=48.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1.00
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal215120501.000.050.16302.899.0742.35
HexD71CD06451012f632a
Octal3271315014452045714352
Binary1101011111100110101100100101100001001011111100011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D701CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D701CD; }

 p { color: rgb(215,1,205); }

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

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

 a { background-color: rgb(215,1,205); }

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

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

 span { border-color: rgb(215,1,205); }

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