Html Css Color HEX #D9A2FA Mauve

📋 copy color: '#D9A2FA'

red 217 ◦ green 162 ◦ blue 250

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

Shades of Mauve #D9A2FA

Tints of Mauve #D9A2FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 39.75%

R = 34.5%
G = 25.76%
B = 39.75%

CMYK

 C value IS 0.13

 M value IS 0.35

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9A2FA (or 0xD9A2FA) is known color: Mauve. HEX triplet: D9, A2 and FA. RGB value is (217,162,250). Sum of RGB (Red+Green+Blue) = 217+162+250=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 162 (63.67% from 255 or 25.76% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #D9A2FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A2FA is #265D05. Grayscale: #BCBCBC. Windows color (decimal): -2514182 or 16425689. OLE color: 16425689.

HSL color Cylindrical-coordinate representation of color #D9A2FA: hue angle of 277.5º degrees, saturation: 0.9, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D9A2FA is Cyan = 0.13, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 162 250 -
CMYK 0.13 0.35 0 0.02
HSL 277.5º 0.9% 0.81% -
HSV(B) 277.5º 0.35% 0.98% -
XYZ 58.79 47.49 96.51 -
YUV 188.48 162.72 148.34 -
System Red Green Blue C M Y K H S L
Decimal 217 162 250 0.13 0.35 0 0.02 277.5 0.9 0.81
Hex D9 A2 FA D 23 0 2 116 5A 51
Octal 331 242 372 15 43 0 2 426 132 121
Binary 11011001 10100010 11111010 1101 100011 0 10 100010110 1011010 1010001

Color Harmonies of #D9A2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A2FA

Black with #D9A2FA

Text Example


Text Example

White with #D9A2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A2FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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