#D314CF

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

Shades of Deep Magenta #D314CF

Tints of Deep Magenta #D314CF

Color information

#D314CF (or 0xD314CF) is unknown color: approx Deep Magenta. HEX triplet: D3, 14 and CF. RGB value is (211,20,207). Sum of RGB (Red+Green+Blue) = 211+20+207=438 (58% of max value = 765). Red value is 211 (82.81% from 255 or 48.17% from 438); Green value is 20 (8.20% from 255 or 4.57% from 438); Blue value is 207 (81.25% from 255 or 47.26% from 438); Max value from RGB is 211 - color contains mainly: red. Hex color #D314CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D314CF is #2CEB30. Grayscale: #616161. Windows color (decimal): -2943793 or 13571283. OLE color: 13571283.

HSL color Cylindrical-coordinate representation of color #D314CF: hue angle of 301.26º degrees, saturation: 0.83, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D314CF is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB21120207-
CMYK00.910.020.17
HSL301.26º82.68%45.29%-
HSV(B)301.26º90.52%82.75%-
XYZ38.3818.8560.65-
YUV98.43189.28208.29-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 48.17%
GREEN value IS 20 (8.20% from 255) = 4.57%
BLUE value IS 207 (81.25% from 255) = 47.26%
R=48.17%
G=4.57%
B=47.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2112020700.910.020.17301.2682.6845.29
HexD314CF05B21112d532d
Octal32324317013322145512355
Binary1101001110100110011110101101110100011001011011010011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D314CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D314CF; }

 p { color: rgb(211,20,207); }

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

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

 a { background-color: rgb(211,20,207); }

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

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

 span { border-color: rgb(211,20,207); }

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