#D90FE0

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

Shades of Deep Magenta #D90FE0

Tints of Deep Magenta #D90FE0

Color information

#D90FE0 (or 0xD90FE0) is unknown color: approx Deep Magenta. HEX triplet: D9, 0F and E0. RGB value is (217,15,224). Sum of RGB (Red+Green+Blue) = 217+15+224=456 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.59% from 456); Green value is 15 (6.25% from 255 or 3.29% from 456); Blue value is 224 (87.89% from 255 or 49.12% from 456); Max value from RGB is 224 - color contains mainly: blue. Hex color #D90FE0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90FE0 is #26F01F. Grayscale: #626262. Windows color (decimal): -2551840 or 14684121. OLE color: 14684121.

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

Color convert

RGB21715224-
CMYK0.030.9300.12
HSL297.99º87.45%46.86%-
HSV(B)297.99º93.3%87.84%-
XYZ42.2420.4872.25-
YUV99.22198.42212.01-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.59%
GREEN value IS 15 (6.25% from 255) = 3.29%
BLUE value IS 224 (87.89% from 255) = 49.12%
R=47.59%
G=3.29%
B=49.12%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217152240.030.9300.12297.9987.4546.86
HexD9FE035D0C12a572f
Octal33117340313501445212757
Binary11011001111111100000111011101011001001010101010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90FE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90FE0; }

 p { color: rgb(217,15,224); }

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

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

 a { background-color: rgb(217,15,224); }

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

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

 span { border-color: rgb(217,15,224); }

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