#D099FC

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

Shades of Mauve #D099FC

Tints of Mauve #D099FC

Color information

#D099FC (or 0xD099FC) is unknown color: approx Mauve. HEX triplet: D0, 99 and FC. RGB value is (208,153,252). Sum of RGB (Red+Green+Blue) = 208+153+252=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 153 (60.16% from 255 or 24.96% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D099FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D099FC is #2F6603. Grayscale: #B4B4B4. Windows color (decimal): -3106308 or 16554448. OLE color: 16554448.

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

Color convert

RGB208153252-
CMYK0.170.3900.01
HSL273.33º94.29%79.41%-
HSV(B)273.33º39.29%98.82%-
XYZ54.9743.2297.54-
YUV180.73168.22147.45-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 153 (60.16% from 255) = 24.96%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=33.93%
G=24.96%
B=41.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081532520.170.3900.01273.3394.2979.41
HexD099FC1127011115e4f
Octal320231374214701421136117
Binary110100001001100111111100100011001110110001000110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D099FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D099FC; }

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

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

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

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

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

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

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

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