Html Css Color HEX #D9ACF2 Mauve

📋 copy color: '#D9ACF2'

red 217 ◦ green 172 ◦ blue 242

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

Shades of Mauve #D9ACF2

Tints of Mauve #D9ACF2

RGB

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

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

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

R = 34.39%
G = 27.26%
B = 38.35%

CMYK

 C value IS 0.10

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D9ACF2 (or 0xD9ACF2) is known color: Mauve. HEX triplet: D9, AC and F2. RGB value is (217,172,242). Sum of RGB (Red+Green+Blue) = 217+172+242=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 172 (67.58% from 255 or 27.26% from 631); Blue value is 242 (94.92% from 255 or 38.35% from 631); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9ACF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9ACF2 is #26530D. Grayscale: #C1C1C1. Windows color (decimal): -2511630 or 15903961. OLE color: 15903961.

HSL color Cylindrical-coordinate representation of color #D9ACF2: hue angle of 278.57º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D9ACF2 is Cyan = 0.10, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 172 242 -
CMYK 0.10 0.29 0 0.05
HSL 278.57º 0.73% 0.81% -
HSV(B) 278.57º 0.29% 0.95% -
XYZ 59.39 50.67 90.65 -
YUV 193.44 155.41 144.81 -
System Red Green Blue C M Y K H S L
Decimal 217 172 242 0.10 0.29 0 0.05 278.57 0.73 0.81
Hex D9 AC F2 A 1D 0 5 117 49 51
Octal 331 254 362 12 35 0 5 427 111 121
Binary 11011001 10101100 11110010 1010 11101 0 101 100010111 1001001 1010001

Color Harmonies of #D9ACF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ACF2

Black with #D9ACF2

Text Example


Text Example

White with #D9ACF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ACF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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