#DF9DFD

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

Shades of Mauve #DF9DFD

Tints of Mauve #DF9DFD

Color information

#DF9DFD (or 0xDF9DFD) is unknown color: approx Mauve. HEX triplet: DF, 9D and FD. RGB value is (223,157,253). Sum of RGB (Red+Green+Blue) = 223+157+253=633 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.23% from 633); Green value is 157 (61.72% from 255 or 24.80% from 633); Blue value is 253 (99.22% from 255 or 39.97% from 633); Max value from RGB is 253 - color contains mainly: blue. Hex color #DF9DFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DF9DFD is #206202. Grayscale: #BBBBBB. Windows color (decimal): -2122243 or 16621023. OLE color: 16621023.

HSL color Cylindrical-coordinate representation of color #DF9DFD: hue angle of 281.25º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF9DFD is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB223157253-
CMYK0.120.3800.01
HSL281.25º96%80.39%-
HSV(B)281.25º37.94%99.22%-
XYZ60.2246.8998.81-
YUV187.68164.87153.19-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 35.23%
GREEN value IS 157 (61.72% from 255) = 24.80%
BLUE value IS 253 (99.22% from 255) = 39.97%
R=35.23%
G=24.80%
B=39.97%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2231572530.120.3800.01281.259680.39
HexDF9DFDC26011196050
Octal337235375144601431140120
Binary11011111100111011111110111001001100110001100111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9DFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9DFD; }

 p { color: rgb(223,157,253); }

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

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

 a { background-color: rgb(223,157,253); }

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

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

 span { border-color: rgb(223,157,253); }

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