#D090FC

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

Shades of Mauve #D090FC

Tints of Mauve #D090FC

Color information

#D090FC (or 0xD090FC) is unknown color: approx Mauve. HEX triplet: D0, 90 and FC. RGB value is (208,144,252). Sum of RGB (Red+Green+Blue) = 208+144+252=604 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.44% from 604); Green value is 144 (56.64% from 255 or 23.84% from 604); Blue value is 252 (98.83% from 255 or 41.72% from 604); Max value from RGB is 252 - color contains mainly: blue. Hex color #D090FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090FC is #2F6F03. Grayscale: #AFAFAF. Windows color (decimal): -3108612 or 16552144. OLE color: 16552144.

HSL color Cylindrical-coordinate representation of color #D090FC: hue angle of 275.56º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D090FC is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208144252-
CMYK0.170.4300.01
HSL275.56º94.74%77.65%-
HSV(B)275.56º42.86%98.82%-
XYZ53.5640.3897.07-
YUV175.45171.2151.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.44%
GREEN value IS 144 (56.64% from 255) = 23.84%
BLUE value IS 252 (98.83% from 255) = 41.72%
R=34.44%
G=23.84%
B=41.72%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081442520.170.4300.01275.5694.7477.65
HexD090FC112B011145f4e
Octal320220374215301424137116
Binary110100001001000011111100100011010110110001010010111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090FC; }

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

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

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

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

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

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

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

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