Html Css Color HEX #D4A0F8 Mauve

📋 copy color: '#D4A0F8'

red 212 ◦ green 160 ◦ blue 248

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

Shades of Mauve #D4A0F8

Tints of Mauve #D4A0F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40%

R = 34.19%
G = 25.81%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D4A0F8 (or 0xD4A0F8) is known color: Mauve. HEX triplet: D4, A0 and F8. RGB value is (212,160,248). Sum of RGB (Red+Green+Blue) = 212+160+248=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 160 (62.89% from 255 or 25.81% from 620); Blue value is 248 (97.27% from 255 or 40% from 620); Max value from RGB is 248 - color contains mainly: blue. Hex color #D4A0F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D4A0F8 is #2B5F07. Grayscale: #B9B9B9. Windows color (decimal): -2842376 or 16294100. OLE color: 16294100.

HSL color Cylindrical-coordinate representation of color #D4A0F8: hue angle of 275.45º degrees, saturation: 0.86, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4A0F8 is Cyan = 0.15, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 212 160 248 -
CMYK 0.15 0.35 0 0.03
HSL 275.45º 0.86% 0.8% -
HSV(B) 275.45º 0.35% 0.97% -
XYZ 56.67 45.92 94.68 -
YUV 185.58 163.23 146.84 -
System Red Green Blue C M Y K H S L
Decimal 212 160 248 0.15 0.35 0 0.03 275.45 0.86 0.8
Hex D4 A0 F8 F 23 0 3 113 56 50
Octal 324 240 370 17 43 0 3 423 126 120
Binary 11010100 10100000 11111000 1111 100011 0 11 100010011 1010110 1010000

Color Harmonies of #D4A0F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4A0F8

Black with #D4A0F8

Text Example


Text Example

White with #D4A0F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4A0F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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