#D097FF

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

Shades of Mauve #D097FF

Tints of Mauve #D097FF

Color information

#D097FF (or 0xD097FF) is unknown color: approx Mauve. HEX triplet: D0, 97 and FF. RGB value is (208,151,255). Sum of RGB (Red+Green+Blue) = 208+151+255=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 151 (59.38% from 255 or 24.59% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #D097FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D097FF is #2F6800. Grayscale: #B3B3B3. Windows color (decimal): -3106817 or 16750544. OLE color: 16750544.

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

Color convert

RGB208151255-
CMYK0.180.4100
HSL272.88º100%79.61%-
HSV(B)272.88º40.78%100%-
XYZ55.1342.7699.96-
YUV179.9170.38148.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 151 (59.38% from 255) = 24.59%
BLUE value IS 255 (100% from 255) = 41.53%
R=33.88%
G=24.59%
B=41.53%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2081512550.180.4100272.8810079.61
HexD097FF1229001116450
Octal320227377225100421144120
Binary110100001001011111111111100101010010010001000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D097FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D097FF; }

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

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

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

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

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

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

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

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