#D914C0

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

Shades of Deep Magenta #D914C0

Tints of Deep Magenta #D914C0

Color information

#D914C0 (or 0xD914C0) is unknown color: approx Deep Magenta. HEX triplet: D9, 14 and C0. RGB value is (217,20,192). Sum of RGB (Red+Green+Blue) = 217+20+192=429 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.58% from 429); Green value is 20 (8.20% from 255 or 4.66% from 429); Blue value is 192 (75.39% from 255 or 44.76% from 429); Max value from RGB is 217 - color contains mainly: red. Hex color #D914C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914C0 is #26EB3F. Grayscale: #626262. Windows color (decimal): -2550592 or 12588249. OLE color: 12588249.

HSL color Cylindrical-coordinate representation of color #D914C0: hue angle of 307.61º 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 #D914C0 is Cyan = 0, Magento = 0.91, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB21720192-
CMYK00.910.120.15
HSL307.61º83.12%46.47%-
HSV(B)307.61º90.78%85.1%-
XYZ38.3819.0651.52-
YUV98.51180.77212.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.58%
GREEN value IS 20 (8.20% from 255) = 4.66%
BLUE value IS 192 (75.39% from 255) = 44.76%
R=50.58%
G=4.66%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172019200.910.120.15307.6183.1246.47
HexD914C005BCF134532e
Octal331243000133141746412356
Binary11011001101001100000001011011110011111001101001010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D914C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D914C0; }

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

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

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

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

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

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

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

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