#D098FF

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

Shades of Mauve #D098FF

Tints of Mauve #D098FF

Color information

#D098FF (or 0xD098FF) is unknown color: approx Mauve. HEX triplet: D0, 98 and FF. RGB value is (208,152,255). Sum of RGB (Red+Green+Blue) = 208+152+255=615 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.82% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 255 (100% from 255 or 41.46% from 615); Max value from RGB is 255 - color contains mainly: blue. Hex color #D098FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D098FF is #2F6700. Grayscale: #B4B4B4. Windows color (decimal): -3106561 or 16750800. OLE color: 16750800.

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

Color convert

RGB208152255-
CMYK0.180.4000
HSL272.62º100%79.8%-
HSV(B)272.62º40.39%100%-
XYZ55.2943.09100.01-
YUV180.49170.05147.62-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.82%
GREEN value IS 152 (59.77% from 255) = 24.72%
BLUE value IS 255 (100% from 255) = 41.46%
R=33.82%
G=24.72%
B=41.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081522550.180.4000272.6210079.8
HexD098FF1228001116450
Octal320230377225000421144120
Binary110100001001100011111111100101010000010001000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D098FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D098FF; }

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

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

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

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

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

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

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

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