#D297FE

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

Shades of Mauve #D297FE

Tints of Mauve #D297FE

Color information

#D297FE (or 0xD297FE) is unknown color: approx Mauve. HEX triplet: D2, 97 and FE. RGB value is (210,151,254). Sum of RGB (Red+Green+Blue) = 210+151+254=615 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.15% from 615); Green value is 151 (59.38% from 255 or 24.55% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #D297FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297FE is #2D6801. Grayscale: #B4B4B4. Windows color (decimal): -2975746 or 16685010. OLE color: 16685010.

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

Color convert

RGB210151254-
CMYK0.170.4100.00
HSL274.37º98.1%79.41%-
HSV(B)274.37º40.55%99.61%-
XYZ55.5342.9999.14-
YUV180.38169.55149.12-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.15%
GREEN value IS 151 (59.38% from 255) = 24.55%
BLUE value IS 254 (99.61% from 255) = 41.30%
R=34.15%
G=24.55%
B=41.30%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2101512540.170.4100.00274.3798.179.41
HexD297FE112900112624f
Octal322227376215100422142117
Binary110100101001011111111110100011010010010001001011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297FE; }

 p { color: rgb(210,151,254); }

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

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

 a { background-color: rgb(210,151,254); }

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

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

 span { border-color: rgb(210,151,254); }

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