#D914C1

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

Shades of Deep Magenta #D914C1

Tints of Deep Magenta #D914C1

Color information

#D914C1 (or 0xD914C1) is unknown color: approx Deep Magenta. HEX triplet: D9, 14 and C1. RGB value is (217,20,193). Sum of RGB (Red+Green+Blue) = 217+20+193=430 (56% of max value = 765). Red value is 217 (85.16% from 255 or 50.47% from 430); Green value is 20 (8.20% from 255 or 4.65% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 217 - color contains mainly: red. Hex color #D914C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D914C1 is #26EB3E. Grayscale: #626262. Windows color (decimal): -2550591 or 12653785. OLE color: 12653785.

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

Color convert

RGB21720193-
CMYK00.910.110.15
HSL307.31º83.12%46.47%-
HSV(B)307.31º90.78%85.1%-
XYZ38.4919.152.11-
YUV98.62181.27212.43-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 50.47%
GREEN value IS 20 (8.20% from 255) = 4.65%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=50.47%
G=4.65%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.11
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172019300.910.110.15307.3183.1246.47
HexD914C105BBF133532e
Octal331243010133131746312356
Binary11011001101001100000101011011101111111001100111010011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D914C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D914C1; }

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

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

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

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

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

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

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

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