Html Css Color HEX #D4A7FA Mauve

📋 copy color: '#D4A7FA'

red 212 ◦ green 167 ◦ blue 250

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

Shades of Mauve #D4A7FA

Tints of Mauve #D4A7FA

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.55%

 BLUE value IS 250 (98.05% from 255) = 39.75%

R = 33.7%
G = 26.55%
B = 39.75%

CMYK

 C value IS 0.15

 M value IS 0.33

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D4A7FA (or 0xD4A7FA) is known color: Mauve. HEX triplet: D4, A7 and FA. RGB value is (212,167,250). Sum of RGB (Red+Green+Blue) = 212+167+250=629 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.70% from 629); Green value is 167 (65.62% from 255 or 26.55% from 629); Blue value is 250 (98.05% from 255 or 39.75% from 629); Max value from RGB is 250 - color contains mainly: blue. Hex color #D4A7FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A7FA is #2B5805. Grayscale: #BDBDBD. Windows color (decimal): -2840582 or 16426964. OLE color: 16426964.

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

Color convert

RGB 212 167 250 -
CMYK 0.15 0.33 0 0.02
HSL 272.53º 0.89% 0.82% -
HSV(B) 272.53º 0.33% 0.98% -
XYZ 58.23 48.54 96.74 -
YUV 189.92 161.91 143.75 -
System Red Green Blue C M Y K H S L
Decimal 212 167 250 0.15 0.33 0 0.02 272.53 0.89 0.82
Hex D4 A7 FA F 21 0 2 111 59 52
Octal 324 247 372 17 41 0 2 421 131 122
Binary 11010100 10100111 11111010 1111 100001 0 10 100010001 1011001 1010010

Color Harmonies of #D4A7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A7FA

Black with #D4A7FA

Text Example


Text Example

White with #D4A7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A7FA; }

 p { color: rgb(212,167,250); }

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

background-color css

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

 a { background-color: rgb(212,167,250); }

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

border-color css

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

 span { border-color: rgb(212,167,250); }

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