Html Css Color HEX #D9A0FE Mauve

📋 copy color: '#D9A0FE'

red 217 ◦ green 160 ◦ blue 254

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

Shades of Mauve #D9A0FE

Tints of Mauve #D9A0FE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.36%

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

R = 34.39%
G = 25.36%
B = 40.25%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D9A0FE (or 0xD9A0FE) is known color: Mauve. HEX triplet: D9, A0 and FE. RGB value is (217,160,254). Sum of RGB (Red+Green+Blue) = 217+160+254=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 160 (62.89% from 255 or 25.36% from 631); Blue value is 254 (99.61% from 255 or 40.25% from 631); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A0FE is #265F01. Grayscale: #BBBBBB. Windows color (decimal): -2514690 or 16687321. OLE color: 16687321.

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

Color convert

RGB 217 160 254 -
CMYK 0.15 0.37 0 0.00
HSL 276.38º 0.98% 0.81% -
HSV(B) 276.38º 0.37% 1% -
XYZ 59.08 47.05 99.73 -
YUV 187.76 165.38 148.86 -
System Red Green Blue C M Y K H S L
Decimal 217 160 254 0.15 0.37 0 0.00 276.38 0.98 0.81
Hex D9 A0 FE F 25 0 0 114 62 51
Octal 331 240 376 17 45 0 0 424 142 121
Binary 11011001 10100000 11111110 1111 100101 0 0 100010100 1100010 1010001

Color Harmonies of #D9A0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A0FE

Black with #D9A0FE

Text Example


Text Example

White with #D9A0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A0FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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