Html Css Color HEX #D4A9FC Mauve

📋 copy color: '#D4A9FC'

red 212 ◦ green 169 ◦ blue 252

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

Shades of Mauve #D4A9FC

Tints of Mauve #D4A9FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 39.81%

R = 33.49%
G = 26.7%
B = 39.81%

CMYK

 C value IS 0.16

 M value IS 0.33

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4A9FC (or 0xD4A9FC) is known color: Mauve. HEX triplet: D4, A9 and FC. RGB value is (212,169,252). Sum of RGB (Red+Green+Blue) = 212+169+252=633 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.49% from 633); Green value is 169 (66.41% from 255 or 26.70% from 633); Blue value is 252 (98.83% from 255 or 39.81% from 633); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4A9FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A9FC is #2B5603. Grayscale: #BFBFBF. Windows color (decimal): -2840068 or 16558548. OLE color: 16558548.

HSL color Cylindrical-coordinate representation of color #D4A9FC: hue angle of 271.08º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4A9FC is Cyan = 0.16, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 212 169 252 -
CMYK 0.16 0.33 0 0.01
HSL 271.08º 0.93% 0.83% -
HSV(B) 271.08º 0.33% 0.99% -
XYZ 58.91 49.4 98.53 -
YUV 191.32 162.25 142.75 -
System Red Green Blue C M Y K H S L
Decimal 212 169 252 0.16 0.33 0 0.01 271.08 0.93 0.83
Hex D4 A9 FC 10 21 0 1 10F 5D 53
Octal 324 251 374 20 41 0 1 417 135 123
Binary 11010100 10101001 11111100 10000 100001 0 1 100001111 1011101 1010011

Color Harmonies of #D4A9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A9FC

Black with #D4A9FC

Text Example


Text Example

White with #D4A9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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