Html Css Color HEX #D4A4FC Mauve

📋 copy color: '#D4A4FC'

red 212 ◦ green 164 ◦ blue 252

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

Shades of Mauve #D4A4FC

Tints of Mauve #D4A4FC

RGB

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

 GREEN value IS 164 (64.45% from 255) = 26.11%

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

R = 33.76%
G = 26.11%
B = 40.13%

CMYK

 C value IS 0.16

 M value IS 0.35

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D4A4FC (or 0xD4A4FC) is known color: Mauve. HEX triplet: D4, A4 and FC. RGB value is (212,164,252). Sum of RGB (Red+Green+Blue) = 212+164+252=628 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.76% from 628); Green value is 164 (64.45% from 255 or 26.11% from 628); Blue value is 252 (98.83% from 255 or 40.13% from 628); Max value from RGB is 252 - color contains mainly: blue. Hex color #D4A4FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A4FC is #2B5B03. Grayscale: #BCBCBC. Windows color (decimal): -2841348 or 16557268. OLE color: 16557268.

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

Color convert

RGB 212 164 252 -
CMYK 0.16 0.35 0 0.01
HSL 272.73º 0.94% 0.82% -
HSV(B) 272.73º 0.35% 0.99% -
XYZ 58 47.58 98.22 -
YUV 188.38 163.9 144.84 -
System Red Green Blue C M Y K H S L
Decimal 212 164 252 0.16 0.35 0 0.01 272.73 0.94 0.82
Hex D4 A4 FC 10 23 0 1 111 5E 52
Octal 324 244 374 20 43 0 1 421 136 122
Binary 11010100 10100100 11111100 10000 100011 0 1 100010001 1011110 1010010

Color Harmonies of #D4A4FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A4FC

Black with #D4A4FC

Text Example


Text Example

White with #D4A4FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A4FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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