Html Css Color HEX #D8A9F2 Mauve

📋 copy color: '#D8A9F2'

red 216 ◦ green 169 ◦ blue 242

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

Shades of Mauve #D8A9F2

Tints of Mauve #D8A9F2

RGB

 RED value IS 216 (84.77% from 255) = 34.45%

 GREEN value IS 169 (66.41% from 255) = 26.95%

 BLUE value IS 242 (94.92% from 255) = 38.6%

R = 34.45%
G = 26.95%
B = 38.6%

CMYK

 C value IS 0.11

 M value IS 0.30

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D8A9F2 (or 0xD8A9F2) is known color: Mauve. HEX triplet: D8, A9 and F2. RGB value is (216,169,242). Sum of RGB (Red+Green+Blue) = 216+169+242=627 (83% of max value = 765). Red value is 216 (84.77% from 255 or 34.45% from 627); Green value is 169 (66.41% from 255 or 26.95% from 627); Blue value is 242 (94.92% from 255 or 38.60% from 627); Max value from RGB is 242 - color contains mainly: blue. Hex color #D8A9F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A9F2 is #27560D. Grayscale: #BFBFBF. Windows color (decimal): -2577934 or 15903192. OLE color: 15903192.

HSL color Cylindrical-coordinate representation of color #D8A9F2: hue angle of 278.63º degrees, saturation: 0.74, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D8A9F2 is Cyan = 0.11, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 216 169 242 -
CMYK 0.11 0.30 0 0.05
HSL 278.63º 0.74% 0.81% -
HSV(B) 278.63º 0.3% 0.95% -
XYZ 58.53 49.39 90.45 -
YUV 191.38 156.57 145.56 -
System Red Green Blue C M Y K H S L
Decimal 216 169 242 0.11 0.30 0 0.05 278.63 0.74 0.81
Hex D8 A9 F2 B 1E 0 5 117 4A 51
Octal 330 251 362 13 36 0 5 427 112 121
Binary 11011000 10101001 11110010 1011 11110 0 101 100010111 1001010 1010001

Color Harmonies of #D8A9F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A9F2

Black with #D8A9F2

Text Example


Text Example

White with #D8A9F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A9F2; }

 p { color: rgb(216,169,242); }

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

background-color css

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

 a { background-color: rgb(216,169,242); }

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

border-color css

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

 span { border-color: rgb(216,169,242); }

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