Html Css Color HEX #D9ACF9 Mauve

📋 copy color: '#D9ACF9'

red 217 ◦ green 172 ◦ blue 249

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

Shades of Mauve #D9ACF9

Tints of Mauve #D9ACF9

RGB

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

 GREEN value IS 172 (67.58% from 255) = 26.96%

 BLUE value IS 249 (97.66% from 255) = 39.03%

R = 34.01%
G = 26.96%
B = 39.03%

CMYK

 C value IS 0.13

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D9ACF9 (or 0xD9ACF9) is known color: Mauve. HEX triplet: D9, AC and F9. RGB value is (217,172,249). Sum of RGB (Red+Green+Blue) = 217+172+249=638 (84% of max value = 765). Red value is 217 (85.16% from 255 or 34.01% from 638); Green value is 172 (67.58% from 255 or 26.96% from 638); Blue value is 249 (97.66% from 255 or 39.03% from 638); Max value from RGB is 249 - color contains mainly: blue. Hex color #D9ACF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACF9 is #265306. Grayscale: #C1C1C1. Windows color (decimal): -2511623 or 16362713. OLE color: 16362713.

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

Color convert

RGB 217 172 249 -
CMYK 0.13 0.31 0 0.02
HSL 275.06º 0.87% 0.83% -
HSV(B) 275.06º 0.31% 0.98% -
XYZ 60.47 51.1 96.3 -
YUV 194.23 158.91 144.24 -
System Red Green Blue C M Y K H S L
Decimal 217 172 249 0.13 0.31 0 0.02 275.06 0.87 0.83
Hex D9 AC F9 D 1F 0 2 113 57 53
Octal 331 254 371 15 37 0 2 423 127 123
Binary 11011001 10101100 11111001 1101 11111 0 10 100010011 1010111 1010011

Color Harmonies of #D9ACF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACF9

Black with #D9ACF9

Text Example


Text Example

White with #D9ACF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACF9; }

 p { color: rgb(217,172,249); }

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

background-color css

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

 a { background-color: rgb(217,172,249); }

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

border-color css

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

 span { border-color: rgb(217,172,249); }

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