Html Css Color HEX #D4A9F9 Mauve

📋 copy color: '#D4A9F9'

red 212 ◦ green 169 ◦ blue 249

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

Shades of Mauve #D4A9F9

Tints of Mauve #D4A9F9

RGB

 RED value IS 212 (83.2% from 255) = 33.65%

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

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

R = 33.65%
G = 26.83%
B = 39.52%

CMYK

 C value IS 0.15

 M value IS 0.32

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4A9F9 (or 0xD4A9F9) is known color: Mauve. HEX triplet: D4, A9 and F9. RGB value is (212,169,249). Sum of RGB (Red+Green+Blue) = 212+169+249=630 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.65% from 630); Green value is 169 (66.41% from 255 or 26.83% from 630); Blue value is 249 (97.66% from 255 or 39.52% from 630); Max value from RGB is 249 - color contains mainly: blue. Hex color #D4A9F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A9F9 is #2B5606. Grayscale: #BEBEBE. Windows color (decimal): -2840071 or 16361940. OLE color: 16361940.

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

Color convert

RGB 212 169 249 -
CMYK 0.15 0.32 0 0.02
HSL 272.25º 0.87% 0.82% -
HSV(B) 272.25º 0.32% 0.98% -
XYZ 58.44 49.21 96.04 -
YUV 190.98 160.75 143 -
System Red Green Blue C M Y K H S L
Decimal 212 169 249 0.15 0.32 0 0.02 272.25 0.87 0.82
Hex D4 A9 F9 F 20 0 2 110 57 52
Octal 324 251 371 17 40 0 2 420 127 122
Binary 11010100 10101001 11111001 1111 100000 0 10 100010000 1010111 1010010

Color Harmonies of #D4A9F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A9F9

Black with #D4A9F9

Text Example


Text Example

White with #D4A9F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A9F9; }

 p { color: rgb(212,169,249); }

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

background-color css

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

 a { background-color: rgb(212,169,249); }

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

border-color css

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

 span { border-color: rgb(212,169,249); }

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