#D299F6

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

Shades of Mauve #D299F6

Tints of Mauve #D299F6

Color information

#D299F6 (or 0xD299F6) is unknown color: approx Mauve. HEX triplet: D2, 99 and F6. RGB value is (210,153,246). Sum of RGB (Red+Green+Blue) = 210+153+246=609 (80% of max value = 765). Red value is 210 (82.42% from 255 or 34.48% from 609); Green value is 153 (60.16% from 255 or 25.12% from 609); Blue value is 246 (96.48% from 255 or 40.39% from 609); Max value from RGB is 246 - color contains mainly: blue. Hex color #D299F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D299F6 is #2D6609. Grayscale: #B4B4B4. Windows color (decimal): -2975242 or 16161234. OLE color: 16161234.

HSL color Cylindrical-coordinate representation of color #D299F6: hue angle of 276.77º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D299F6 is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB210153246-
CMYK0.150.3800.04
HSL276.77º83.78%78.24%-
HSV(B)276.77º37.8%96.47%-
XYZ54.643.1492.64-
YUV180.64164.88148.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.48%
GREEN value IS 153 (60.16% from 255) = 25.12%
BLUE value IS 246 (96.48% from 255) = 40.39%
R=34.48%
G=25.12%
B=40.39%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2101532460.150.3800.04276.7783.7878.24
HexD299F6F2604115544e
Octal322231366174604425124116
Binary1101001010011001111101101111100110010010001010110101001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D299F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D299F6; }

 p { color: rgb(210,153,246); }

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

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

 a { background-color: rgb(210,153,246); }

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

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

 span { border-color: rgb(210,153,246); }

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