Html Css Color HEX #D9A8FE Mauve

📋 copy color: '#D9A8FE'

red 217 ◦ green 168 ◦ blue 254

#D9A8FE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve #D9A8FE

Tints of Mauve #D9A8FE

RGB

 RED value IS 217 (85.16% from 255) = 33.96%

 GREEN value IS 168 (66.02% from 255) = 26.29%

 BLUE value IS 254 (99.61% from 255) = 39.75%

R = 33.96%
G = 26.29%
B = 39.75%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D9A8FE (or 0xD9A8FE) is known color: Mauve. HEX triplet: D9, A8 and FE. RGB value is (217,168,254). Sum of RGB (Red+Green+Blue) = 217+168+254=639 (84% of max value = 765). Red value is 217 (85.16% from 255 or 33.96% from 639); Green value is 168 (66.02% from 255 or 26.29% from 639); Blue value is 254 (99.61% from 255 or 39.75% from 639); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A8FE is #265701. Grayscale: #C0C0C0. Windows color (decimal): -2512642 or 16689369. OLE color: 16689369.

HSL color Cylindrical-coordinate representation of color #D9A8FE: hue angle of 274.19º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D9A8FE is Cyan = 0.15, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 168 254 -
CMYK 0.15 0.34 0 0.00
HSL 274.19º 0.98% 0.83% -
HSV(B) 274.19º 0.34% 1% -
XYZ 60.51 49.91 100.21 -
YUV 192.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 217 168 254 0.15 0.34 0 0.00 274.19 0.98 0.83
Hex D9 A8 FE F 22 0 0 112 62 53
Octal 331 250 376 17 42 0 0 422 142 123
Binary 11011001 10101000 11111110 1111 100010 0 0 100010010 1100010 1010011

Color Harmonies of #D9A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A8FE

Black with #D9A8FE

Text Example


Text Example

White with #D9A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A8FE; }

 p { color: rgb(217,168,254); }

 H1.HeaderClassName
 {
   color: #D9A8FE;
 }
 .AnyTagClassName
 {
   color: #D9A8FE;
 }
</style>

background-color css

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

 a { background-color: rgb(217,168,254); }

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

border-color css

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

 span { border-color: rgb(217,168,254); }

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