#D297FD

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

Shades of Mauve #D297FD

Tints of Mauve #D297FD

Color information

#D297FD (or 0xD297FD) is unknown color: approx Mauve. HEX triplet: D2, 97 and FD. RGB value is (210,151,253). Sum of RGB (Red+Green+Blue) = 210+151+253=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 151 (59.38% from 255 or 24.59% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #D297FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D297FD is #2D6802. Grayscale: #B3B3B3. Windows color (decimal): -2975747 or 16619474. OLE color: 16619474.

HSL color Cylindrical-coordinate representation of color #D297FD: hue angle of 274.71º degrees, saturation: 0.96, 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 #D297FD is Cyan = 0.17, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB210151253-
CMYK0.170.4000.01
HSL274.71º96.23%79.22%-
HSV(B)274.71º40.32%99.22%-
XYZ55.3742.9398.3-
YUV180.27169.05149.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 151 (59.38% from 255) = 24.59%
BLUE value IS 253 (99.22% from 255) = 41.21%
R=34.20%
G=24.59%
B=41.21%

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
Decimal2101512530.170.4000.01274.7196.2379.22
HexD297FD112801113604f
Octal322227375215001423140117
Binary110100101001011111111101100011010000110001001111000001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D297FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D297FD; }

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

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

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

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

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

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

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

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