#D090FF

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

Shades of Mauve #D090FF

Tints of Mauve #D090FF

Color information

#D090FF (or 0xD090FF) is unknown color: approx Mauve. HEX triplet: D0, 90 and FF. RGB value is (208,144,255). Sum of RGB (Red+Green+Blue) = 208+144+255=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 144 (56.64% from 255 or 23.72% from 607); Blue value is 255 (100% from 255 or 42.01% from 607); Max value from RGB is 255 - color contains mainly: blue. Hex color #D090FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090FF is #2F6F00. Grayscale: #AFAFAF. Windows color (decimal): -3108609 or 16748752. OLE color: 16748752.

HSL color Cylindrical-coordinate representation of color #D090FF: hue angle of 274.59º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D090FF is Cyan = 0.18, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB208144255-
CMYK0.180.4400
HSL274.59º100%78.24%-
HSV(B)274.59º43.53%100%-
XYZ54.0440.5899.59-
YUV175.79172.7150.97-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 144 (56.64% from 255) = 23.72%
BLUE value IS 255 (100% from 255) = 42.01%
R=34.27%
G=23.72%
B=42.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081442550.180.4400274.5910078.24
HexD090FF122C00113644e
Octal320220377225400423144116
Binary110100001001000011111111100101011000010001001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090FF; }

 p { color: rgb(208,144,255); }

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

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

 a { background-color: rgb(208,144,255); }

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

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

 span { border-color: rgb(208,144,255); }

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