#D297FC

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

Shades of Mauve #D297FC

Tints of Mauve #D297FC

Color information

#D297FC (or 0xD297FC) is unknown color: approx Mauve. HEX triplet: D2, 97 and FC. RGB value is (210,151,252). Sum of RGB (Red+Green+Blue) = 210+151+252=613 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.26% from 613); Green value is 151 (59.38% from 255 or 24.63% 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 #D297FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297FC is #2D6803. Grayscale: #B3B3B3. Windows color (decimal): -2975748 or 16553938. OLE color: 16553938.

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

Color convert

RGB210151252-
CMYK0.170.4000.01
HSL275.05º94.39%79.02%-
HSV(B)275.05º40.08%98.82%-
XYZ55.2242.8697.46-
YUV180.16168.55149.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.26%
GREEN value IS 151 (59.38% from 255) = 24.63%
BLUE value IS 252 (98.83% from 255) = 41.11%
R=34.26%
G=24.63%
B=41.11%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2101512520.170.4000.01275.0594.3979.02
HexD297FC1128011135e4f
Octal322227374215001423136117
Binary110100101001011111111100100011010000110001001110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297FC; }

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

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

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

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

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

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

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

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