#D090FD

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

Shades of Mauve #D090FD

Tints of Mauve #D090FD

Color information

#D090FD (or 0xD090FD) is unknown color: approx Mauve. HEX triplet: D0, 90 and FD. RGB value is (208,144,253). Sum of RGB (Red+Green+Blue) = 208+144+253=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 144 (56.64% from 255 or 23.80% from 605); Blue value is 253 (99.22% from 255 or 41.82% from 605); Max value from RGB is 253 - color contains mainly: blue. Hex color #D090FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D090FD is #2F6F02. Grayscale: #AFAFAF. Windows color (decimal): -3108611 or 16617680. OLE color: 16617680.

HSL color Cylindrical-coordinate representation of color #D090FD: hue angle of 275.23º degrees, saturation: 0.96, 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 #D090FD is Cyan = 0.18, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208144253-
CMYK0.180.4300.01
HSL275.23º96.46%77.84%-
HSV(B)275.23º43.08%99.22%-
XYZ53.7240.4597.9-
YUV175.56171.7151.14-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.38%
GREEN value IS 144 (56.64% from 255) = 23.80%
BLUE value IS 253 (99.22% from 255) = 41.82%
R=34.38%
G=23.80%
B=41.82%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081442530.180.4300.01275.2396.4677.84
HexD090FD122B01113604e
Octal320220375225301423140116
Binary110100001001000011111101100101010110110001001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090FD; }

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

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

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

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

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

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

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

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