Html Css Color HEX #D4A8FE Mauve

📋 copy color: '#D4A8FE'

red 212 ◦ green 168 ◦ blue 254

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

Shades of Mauve #D4A8FE

Tints of Mauve #D4A8FE

RGB

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

 GREEN value IS 168 (66.02% from 255) = 26.5%

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

R = 33.44%
G = 26.5%
B = 40.06%

CMYK

 C value IS 0.17

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D4A8FE (or 0xD4A8FE) is known color: Mauve. HEX triplet: D4, A8 and FE. RGB value is (212,168,254). Sum of RGB (Red+Green+Blue) = 212+168+254=634 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.44% from 634); Green value is 168 (66.02% from 255 or 26.50% from 634); Blue value is 254 (99.61% from 255 or 40.06% from 634); Max value from RGB is 254 - color contains mainly: blue. Hex color #D4A8FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A8FE is #2B5701. Grayscale: #BEBEBE. Windows color (decimal): -2840322 or 16689364. OLE color: 16689364.

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

Color convert

RGB 212 168 254 -
CMYK 0.17 0.34 0 0.00
HSL 270.7º 0.98% 0.83% -
HSV(B) 270.7º 0.34% 1% -
XYZ 59.04 49.16 100.14 -
YUV 190.96 163.58 143.01 -
System Red Green Blue C M Y K H S L
Decimal 212 168 254 0.17 0.34 0 0.00 270.7 0.98 0.83
Hex D4 A8 FE 11 22 0 0 10F 62 53
Octal 324 250 376 21 42 0 0 417 142 123
Binary 11010100 10101000 11111110 10001 100010 0 0 100001111 1100010 1010011

Color Harmonies of #D4A8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A8FE

Black with #D4A8FE

Text Example


Text Example

White with #D4A8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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