Html Css Color HEX #D7A1FD Mauve

📋 copy color: '#D7A1FD'

red 215 ◦ green 161 ◦ blue 253

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

Shades of Mauve #D7A1FD

Tints of Mauve #D7A1FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.22%

R = 34.18%
G = 25.6%
B = 40.22%

CMYK

 C value IS 0.15

 M value IS 0.36

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D7A1FD (or 0xD7A1FD) is known color: Mauve. HEX triplet: D7, A1 and FD. RGB value is (215,161,253). Sum of RGB (Red+Green+Blue) = 215+161+253=629 (83% of max value = 765). Red value is 215 (84.38% from 255 or 34.18% from 629); Green value is 161 (63.28% from 255 or 25.60% from 629); Blue value is 253 (99.22% from 255 or 40.22% from 629); Max value from RGB is 253 - color contains mainly: blue. Hex color #D7A1FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A1FD is #285E02. Grayscale: #BBBBBB. Windows color (decimal): -2645507 or 16622039. OLE color: 16622039.

HSL color Cylindrical-coordinate representation of color #D7A1FD: hue angle of 275.22º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7A1FD is Cyan = 0.15, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 161 253 -
CMYK 0.15 0.36 0 0.01
HSL 275.22º 0.96% 0.81% -
HSV(B) 275.22º 0.36% 0.99% -
XYZ 58.5 47.03 98.92 -
YUV 187.63 164.89 147.52 -
System Red Green Blue C M Y K H S L
Decimal 215 161 253 0.15 0.36 0 0.01 275.22 0.96 0.81
Hex D7 A1 FD F 24 0 1 113 60 51
Octal 327 241 375 17 44 0 1 423 140 121
Binary 11010111 10100001 11111101 1111 100100 0 1 100010011 1100000 1010001

Color Harmonies of #D7A1FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A1FD

Black with #D7A1FD

Text Example


Text Example

White with #D7A1FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A1FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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