Html Css Color HEX #D7A4FF Mauve

📋 copy color: '#D7A4FF'

red 215 ◦ green 164 ◦ blue 255

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

Shades of Mauve #D7A4FF

Tints of Mauve #D7A4FF

RGB

 RED value IS 215 (84.38% from 255) = 33.91%

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

 BLUE value IS 255 (100% from 255) = 40.22%

R = 33.91%
G = 25.87%
B = 40.22%

CMYK

 C value IS 0.16

 M value IS 0.36

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D7A4FF (or 0xD7A4FF) is known color: Mauve. HEX triplet: D7, A4 and FF. RGB value is (215,164,255). Sum of RGB (Red+Green+Blue) = 215+164+255=634 (83% of max value = 765). Red value is 215 (84.38% from 255 or 33.91% from 634); Green value is 164 (64.45% from 255 or 25.87% from 634); Blue value is 255 (100% from 255 or 40.22% from 634); Max value from RGB is 255 - color contains mainly: blue. Hex color #D7A4FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A4FF is #285B00. Grayscale: #BDBDBD. Windows color (decimal): -2644737 or 16753879. OLE color: 16753879.

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

Color convert

RGB 215 164 255 -
CMYK 0.16 0.36 0 0
HSL 273.63º 1% 0.82% -
HSV(B) 273.63º 0.36% 1% -
XYZ 59.35 48.22 100.79 -
YUV 189.62 164.9 146.1 -
System Red Green Blue C M Y K H S L
Decimal 215 164 255 0.16 0.36 0 0 273.63 1 0.82
Hex D7 A4 FF 10 24 0 0 112 64 52
Octal 327 244 377 20 44 0 0 422 144 122
Binary 11010111 10100100 11111111 10000 100100 0 0 100010010 1100100 1010010

Color Harmonies of #D7A4FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A4FF

Black with #D7A4FF

Text Example


Text Example

White with #D7A4FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A4FF; }

 p { color: rgb(215,164,255); }

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

background-color css

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

 a { background-color: rgb(215,164,255); }

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

border-color css

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

 span { border-color: rgb(215,164,255); }

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