#D09CFD

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

Shades of Mauve #D09CFD

Tints of Mauve #D09CFD

Color information

#D09CFD (or 0xD09CFD) is unknown color: approx Mauve. HEX triplet: D0, 9C and FD. RGB value is (208,156,253). Sum of RGB (Red+Green+Blue) = 208+156+253=617 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.71% from 617); Green value is 156 (61.33% from 255 or 25.28% from 617); Blue value is 253 (99.22% from 255 or 41.00% from 617); Max value from RGB is 253 - color contains mainly: blue. Hex color #D09CFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D09CFD is #2F6302. Grayscale: #B6B6B6. Windows color (decimal): -3105539 or 16620752. OLE color: 16620752.

HSL color Cylindrical-coordinate representation of color #D09CFD: hue angle of 272.16º 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 #D09CFD is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208156253-
CMYK0.180.3800.01
HSL272.16º96.04%80.2%-
HSV(B)272.16º38.34%99.22%-
XYZ55.6344.2898.54-
YUV182.61167.73146.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.71%
GREEN value IS 156 (61.33% from 255) = 25.28%
BLUE value IS 253 (99.22% from 255) = 41.00%
R=33.71%
G=25.28%
B=41.00%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081562530.180.3800.01272.1696.0480.2
HexD09CFD1226011106050
Octal320234375224601420140120
Binary110100001001110011111101100101001100110001000011000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09CFD; }

 p { color: rgb(208,156,253); }

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

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

 a { background-color: rgb(208,156,253); }

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

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

 span { border-color: rgb(208,156,253); }

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