#D60FE2

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

Shades of Deep Magenta #D60FE2

Tints of Deep Magenta #D60FE2

Color information

#D60FE2 (or 0xD60FE2) is unknown color: approx Deep Magenta. HEX triplet: D6, 0F and E2. RGB value is (214,15,226). Sum of RGB (Red+Green+Blue) = 214+15+226=455 (60% of max value = 765). Red value is 214 (83.98% from 255 or 47.03% from 455); Green value is 15 (6.25% from 255 or 3.30% from 455); Blue value is 226 (88.67% from 255 or 49.67% from 455); Max value from RGB is 226 - color contains mainly: blue. Hex color #D60FE2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D60FE2 is #29F01D. Grayscale: #616161. Windows color (decimal): -2748446 or 14815190. OLE color: 14815190.

HSL color Cylindrical-coordinate representation of color #D60FE2: hue angle of 296.59º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D60FE2 is Cyan = 0.05, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB21415226-
CMYK0.050.9300.11
HSL296.59º87.55%47.25%-
HSV(B)296.59º93.36%88.63%-
XYZ41.6320.1373.64-
YUV98.56199.93210.34-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 47.03%
GREEN value IS 15 (6.25% from 255) = 3.30%
BLUE value IS 226 (88.67% from 255) = 49.67%
R=47.03%
G=3.30%
B=49.67%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal214152260.050.9300.11296.5987.5547.25
HexD6FE255D0B129582f
Octal32617342513501345113057
Binary110101101111111000101011011101010111001010011011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D60FE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D60FE2; }

 p { color: rgb(214,15,226); }

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

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

 a { background-color: rgb(214,15,226); }

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

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

 span { border-color: rgb(214,15,226); }

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