#D914CD

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

Shades of Deep Magenta #D914CD

Tints of Deep Magenta #D914CD

Color information

#D914CD (or 0xD914CD) is unknown color: approx Deep Magenta. HEX triplet: D9, 14 and CD. RGB value is (217,20,205). Sum of RGB (Red+Green+Blue) = 217+20+205=442 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.10% from 442); Green value is 20 (8.20% from 255 or 4.52% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 217 - color contains mainly: red. Hex color #D914CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914CD is #26EB32. Grayscale: #636363. Windows color (decimal): -2550579 or 13440217. OLE color: 13440217.

HSL color Cylindrical-coordinate representation of color #D914CD: hue angle of 303.65º degrees, saturation: 0.83, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D914CD is Cyan = 0, Magento = 0.91, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB21720205-
CMYK00.910.060.15
HSL303.65º83.12%46.47%-
HSV(B)303.65º90.78%85.1%-
XYZ39.8819.6659.45-
YUV99.99187.27211.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.10%
GREEN value IS 20 (8.20% from 255) = 4.52%
BLUE value IS 205 (80.47% from 255) = 46.38%
R=49.10%
G=4.52%
B=46.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172020500.910.060.15303.6583.1246.47
HexD914CD05B6F130532e
Octal33124315013361746012356
Binary1101100110100110011010101101111011111001100001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D914CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D914CD; }

 p { color: rgb(217,20,205); }

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

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

 a { background-color: rgb(217,20,205); }

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

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

 span { border-color: rgb(217,20,205); }

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