#DF95F6

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

Shades of Mauve #DF95F6

Tints of Mauve #DF95F6

Color information

#DF95F6 (or 0xDF95F6) is unknown color: approx Mauve. HEX triplet: DF, 95 and F6. RGB value is (223,149,246). Sum of RGB (Red+Green+Blue) = 223+149+246=618 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.08% from 618); Green value is 149 (58.59% from 255 or 24.11% from 618); Blue value is 246 (96.48% from 255 or 39.81% from 618); Max value from RGB is 246 - color contains mainly: blue. Hex color #DF95F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF95F6 is #206A09. Grayscale: #B5B5B5. Windows color (decimal): -2124298 or 16160223. OLE color: 16160223.

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

Color convert

RGB223149246-
CMYK0.090.3900.04
HSL285.77º84.35%77.45%-
HSV(B)285.77º39.43%96.47%-
XYZ57.8143.8492.6-
YUV182.18164.02157.11-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 36.08%
GREEN value IS 149 (58.59% from 255) = 24.11%
BLUE value IS 246 (96.48% from 255) = 39.81%
R=36.08%
G=24.11%
B=39.81%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2231492460.090.3900.04285.7784.3577.45
HexDF95F69270411e544d
Octal337225366114704436124115
Binary1101111110010101111101101001100111010010001111010101001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF95F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF95F6; }

 p { color: rgb(223,149,246); }

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

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

 a { background-color: rgb(223,149,246); }

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

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

 span { border-color: rgb(223,149,246); }

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