Html Css Color HEX #D8A2F6 Mauve

📋 copy color: '#D8A2F6'

red 216 ◦ green 162 ◦ blue 246

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

Shades of Mauve #D8A2F6

Tints of Mauve #D8A2F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 39.42%

R = 34.62%
G = 25.96%
B = 39.42%

CMYK

 C value IS 0.12

 M value IS 0.34

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D8A2F6 (or 0xD8A2F6) is known color: Mauve. HEX triplet: D8, A2 and F6. RGB value is (216,162,246). Sum of RGB (Red+Green+Blue) = 216+162+246=624 (82% of max value = 765). Red value is 216 (84.77% from 255 or 34.62% from 624); Green value is 162 (63.67% from 255 or 25.96% from 624); Blue value is 246 (96.48% from 255 or 39.42% from 624); Max value from RGB is 246 - color contains mainly: blue. Hex color #D8A2F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A2F6 is #275D09. Grayscale: #BBBBBB. Windows color (decimal): -2579722 or 16163544. OLE color: 16163544.

HSL color Cylindrical-coordinate representation of color #D8A2F6: hue angle of 278.57º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D8A2F6 is Cyan = 0.12, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 216 162 246 -
CMYK 0.12 0.34 0 0.04
HSL 278.57º 0.82% 0.8% -
HSV(B) 278.57º 0.34% 0.96% -
XYZ 57.87 47.09 93.23 -
YUV 187.72 160.89 148.17 -
System Red Green Blue C M Y K H S L
Decimal 216 162 246 0.12 0.34 0 0.04 278.57 0.82 0.8
Hex D8 A2 F6 C 22 0 4 117 52 50
Octal 330 242 366 14 42 0 4 427 122 120
Binary 11011000 10100010 11110110 1100 100010 0 100 100010111 1010010 1010000

Color Harmonies of #D8A2F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A2F6

Black with #D8A2F6

Text Example


Text Example

White with #D8A2F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A2F6; }

 p { color: rgb(216,162,246); }

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

background-color css

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

 a { background-color: rgb(216,162,246); }

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

border-color css

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

 span { border-color: rgb(216,162,246); }

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