#D90AE1

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

Shades of Deep Magenta #D90AE1

Tints of Deep Magenta #D90AE1

Color information

#D90AE1 (or 0xD90AE1) is unknown color: approx Deep Magenta. HEX triplet: D9, 0A and E1. RGB value is (217,10,225). Sum of RGB (Red+Green+Blue) = 217+10+225=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 10 (4.30% from 255 or 2.21% from 452); Blue value is 225 (88.28% from 255 or 49.78% from 452); Max value from RGB is 225 - color contains mainly: blue. Hex color #D90AE1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D90AE1 is #26F51E. Grayscale: #5F5F5F. Windows color (decimal): -2553119 or 14748377. OLE color: 14748377.

HSL color Cylindrical-coordinate representation of color #D90AE1: hue angle of 297.77º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D90AE1 is Cyan = 0.04, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB21710225-
CMYK0.040.9600.12
HSL297.77º91.49%46.08%-
HSV(B)297.77º95.56%88.24%-
XYZ42.3120.4172.94-
YUV96.4200.58214.02-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.01%
GREEN value IS 10 (4.30% from 255) = 2.21%
BLUE value IS 225 (88.28% from 255) = 49.78%
R=48.01%
G=2.21%
B=49.78%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal217102250.040.9600.12297.7791.4946.08
HexD9AE14600C12a5b2e
Octal33112341414001445213356
Binary110110011010111000011001100000011001001010101011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D90AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D90AE1; }

 p { color: rgb(217,10,225); }

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

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

 a { background-color: rgb(217,10,225); }

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

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

 span { border-color: rgb(217,10,225); }

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