Html Css Color HEX #D9A2FE Mauve

📋 copy color: '#D9A2FE'

red 217 ◦ green 162 ◦ blue 254

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

Shades of Mauve #D9A2FE

Tints of Mauve #D9A2FE

RGB

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

 GREEN value IS 162 (63.67% from 255) = 25.59%

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

R = 34.28%
G = 25.59%
B = 40.13%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D9A2FE (or 0xD9A2FE) is known color: Mauve. HEX triplet: D9, A2 and FE. RGB value is (217,162,254). Sum of RGB (Red+Green+Blue) = 217+162+254=633 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.28% from 633); Green value is 162 (63.67% from 255 or 25.59% from 633); Blue value is 254 (99.61% from 255 or 40.13% from 633); Max value from RGB is 254 - color contains mainly: blue. Hex color #D9A2FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A2FE is #265D01. Grayscale: #BCBCBC. Windows color (decimal): -2514178 or 16687833. OLE color: 16687833.

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

Color convert

RGB 217 162 254 -
CMYK 0.15 0.36 0 0.00
HSL 275.87º 0.98% 0.82% -
HSV(B) 275.87º 0.36% 1% -
XYZ 59.43 47.75 99.85 -
YUV 188.93 164.72 148.02 -
System Red Green Blue C M Y K H S L
Decimal 217 162 254 0.15 0.36 0 0.00 275.87 0.98 0.82
Hex D9 A2 FE F 24 0 0 114 62 52
Octal 331 242 376 17 44 0 0 424 142 122
Binary 11011001 10100010 11111110 1111 100100 0 0 100010100 1100010 1010010

Color Harmonies of #D9A2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A2FE

Black with #D9A2FE

Text Example


Text Example

White with #D9A2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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