Html Css Color HEX #D7A1FE Mauve

📋 copy color: '#D7A1FE'

red 215 ◦ green 161 ◦ blue 254

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

Shades of Mauve #D7A1FE

Tints of Mauve #D7A1FE

RGB

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

 GREEN value IS 161 (63.28% from 255) = 25.56%

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

R = 34.13%
G = 25.56%
B = 40.32%

CMYK

 C value IS 0.15

 M value IS 0.37

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D7A1FE (or 0xD7A1FE) is known color: Mauve. HEX triplet: D7, A1 and FE. RGB value is (215,161,254). Sum of RGB (Red+Green+Blue) = 215+161+254=630 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.13% from 630); Green value is 161 (63.28% from 255 or 25.56% from 630); Blue value is 254 (99.61% from 255 or 40.32% from 630); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7A1FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A1FE is #285E01. Grayscale: #BBBBBB. Windows color (decimal): -2645506 or 16687575. OLE color: 16687575.

HSL color Cylindrical-coordinate representation of color #D7A1FE: hue angle of 274.84º 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 #D7A1FE is Cyan = 0.15, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 215 161 254 -
CMYK 0.15 0.37 0 0.00
HSL 274.84º 0.98% 0.81% -
HSV(B) 274.84º 0.37% 1% -
XYZ 58.66 47.09 99.76 -
YUV 187.75 165.39 147.44 -
System Red Green Blue C M Y K H S L
Decimal 215 161 254 0.15 0.37 0 0.00 274.84 0.98 0.81
Hex D7 A1 FE F 25 0 0 113 62 51
Octal 327 241 376 17 45 0 0 423 142 121
Binary 11010111 10100001 11111110 1111 100101 0 0 100010011 1100010 1010001

Color Harmonies of #D7A1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A1FE

Black with #D7A1FE

Text Example


Text Example

White with #D7A1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A1FE; }

 p { color: rgb(215,161,254); }

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

background-color css

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

 a { background-color: rgb(215,161,254); }

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

border-color css

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

 span { border-color: rgb(215,161,254); }

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