#DA9AFD

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

Shades of Mauve #DA9AFD

Tints of Mauve #DA9AFD

Color information

#DA9AFD (or 0xDA9AFD) is unknown color: approx Mauve. HEX triplet: DA, 9A and FD. RGB value is (218,154,253). Sum of RGB (Red+Green+Blue) = 218+154+253=625 (82% of max value = 765). Red value is 218 (85.55% from 255 or 34.88% from 625); Green value is 154 (60.55% from 255 or 24.64% from 625); Blue value is 253 (99.22% from 255 or 40.48% from 625); Max value from RGB is 253 - color contains mainly: blue. Hex color #DA9AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DA9AFD is #256502. Grayscale: #B8B8B8. Windows color (decimal): -2450691 or 16620250. OLE color: 16620250.

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

Color convert

RGB218154253-
CMYK0.140.3900.01
HSL278.79º96.12%79.8%-
HSV(B)278.79º39.13%99.22%-
XYZ58.245.1198.57-
YUV184.42166.7151.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.88%
GREEN value IS 154 (60.55% from 255) = 24.64%
BLUE value IS 253 (99.22% from 255) = 40.48%
R=34.88%
G=24.64%
B=40.48%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2181542530.140.3900.01278.7996.1279.8
HexDA9AFDE27011176050
Octal332232375164701427140120
Binary11011010100110101111110111101001110110001011111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9AFD; }

 p { color: rgb(218,154,253); }

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

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

 a { background-color: rgb(218,154,253); }

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

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

 span { border-color: rgb(218,154,253); }

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