Html Css Color HEX #D4A0FE Mauve

📋 copy color: '#D4A0FE'

red 212 ◦ green 160 ◦ blue 254

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

Shades of Mauve #D4A0FE

Tints of Mauve #D4A0FE

RGB

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

 GREEN value IS 160 (62.89% from 255) = 25.56%

 BLUE value IS 254 (99.61% from 255) = 40.58%

R = 33.87%
G = 25.56%
B = 40.58%

CMYK

 C value IS 0.17

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D4A0FE (or 0xD4A0FE) is known color: Mauve. HEX triplet: D4, A0 and FE. RGB value is (212,160,254). Sum of RGB (Red+Green+Blue) = 212+160+254=626 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.87% from 626); Green value is 160 (62.89% from 255 or 25.56% from 626); Blue value is 254 (99.61% from 255 or 40.58% from 626); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4A0FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A0FE is #2B5F01. Grayscale: #B9B9B9. Windows color (decimal): -2842370 or 16687316. OLE color: 16687316.

HSL color Cylindrical-coordinate representation of color #D4A0FE: hue angle of 273.19º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D4A0FE is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 212 160 254 -
CMYK 0.17 0.37 0 0.00
HSL 273.19º 0.98% 0.81% -
HSV(B) 273.19º 0.37% 1% -
XYZ 57.61 46.29 99.67 -
YUV 186.26 166.23 146.36 -
System Red Green Blue C M Y K H S L
Decimal 212 160 254 0.17 0.37 0 0.00 273.19 0.98 0.81
Hex D4 A0 FE 11 25 0 0 111 62 51
Octal 324 240 376 21 45 0 0 421 142 121
Binary 11010100 10100000 11111110 10001 100101 0 0 100010001 1100010 1010001

Color Harmonies of #D4A0FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A0FE

Black with #D4A0FE

Text Example


Text Example

White with #D4A0FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A0FE; }

 p { color: rgb(212,160,254); }

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

background-color css

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

 a { background-color: rgb(212,160,254); }

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

border-color css

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

 span { border-color: rgb(212,160,254); }

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