#D912CB

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

Shades of Deep Magenta #D912CB

Tints of Deep Magenta #D912CB

Color information

#D912CB (or 0xD912CB) is unknown color: approx Deep Magenta. HEX triplet: D9, 12 and CB. RGB value is (217,18,203). Sum of RGB (Red+Green+Blue) = 217+18+203=438 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.54% from 438); Green value is 18 (7.42% from 255 or 4.11% from 438); Blue value is 203 (79.69% from 255 or 46.35% from 438); Max value from RGB is 217 - color contains mainly: red. Hex color #D912CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912CB is #26ED34. Grayscale: #626262. Windows color (decimal): -2551093 or 13308633. OLE color: 13308633.

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

Color convert

RGB21718203-
CMYK00.920.060.15
HSL304.22º84.68%46.08%-
HSV(B)304.22º91.71%85.1%-
XYZ39.6119.558.18-
YUV98.59186.93212.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.54%
GREEN value IS 18 (7.42% from 255) = 4.11%
BLUE value IS 203 (79.69% from 255) = 46.35%
R=49.54%
G=4.11%
B=46.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.06
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2171820300.920.060.15304.2284.6846.08
HexD912CB05C6F130552e
Octal33122313013461746012556
Binary1101100110010110010110101110011011111001100001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D912CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D912CB; }

 p { color: rgb(217,18,203); }

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

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

 a { background-color: rgb(217,18,203); }

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

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

 span { border-color: rgb(217,18,203); }

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