Html Css Color HEX #D9A8FC Mauve

📋 copy color: '#D9A8FC'

red 217 ◦ green 168 ◦ blue 252

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

Shades of Mauve #D9A8FC

Tints of Mauve #D9A8FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.56%

R = 34.07%
G = 26.37%
B = 39.56%

CMYK

 C value IS 0.14

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D9A8FC (or 0xD9A8FC) is known color: Mauve. HEX triplet: D9, A8 and FC. RGB value is (217,168,252). Sum of RGB (Red+Green+Blue) = 217+168+252=637 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.07% from 637); Green value is 168 (66.02% from 255 or 26.37% from 637); Blue value is 252 (98.83% from 255 or 39.56% from 637); Max value from RGB is 252 - color contains mainly: blue. Hex color #D9A8FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A8FC is #265703. Grayscale: #BFBFBF. Windows color (decimal): -2512644 or 16558297. OLE color: 16558297.

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

Color convert

RGB 217 168 252 -
CMYK 0.14 0.33 0 0.01
HSL 275º 0.93% 0.82% -
HSV(B) 275º 0.33% 0.99% -
XYZ 60.19 49.79 98.53 -
YUV 192.23 161.73 145.67 -
System Red Green Blue C M Y K H S L
Decimal 217 168 252 0.14 0.33 0 0.01 275 0.93 0.82
Hex D9 A8 FC E 21 0 1 113 5D 52
Octal 331 250 374 16 41 0 1 423 135 122
Binary 11011001 10101000 11111100 1110 100001 0 1 100010011 1011101 1010010

Color Harmonies of #D9A8FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A8FC

Black with #D9A8FC

Text Example


Text Example

White with #D9A8FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A8FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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