Html Css Color HEX #D7A7FE Mauve

📋 copy color: '#D7A7FE'

red 215 ◦ green 167 ◦ blue 254

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

Shades of Mauve #D7A7FE

Tints of Mauve #D7A7FE

RGB

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

 GREEN value IS 167 (65.63% from 255) = 26.26%

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

R = 33.81%
G = 26.26%
B = 39.94%

CMYK

 C value IS 0.15

 M value IS 0.34

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D7A7FE (or 0xD7A7FE) is known color: Mauve. HEX triplet: D7, A7 and FE. RGB value is (215,167,254). Sum of RGB (Red+Green+Blue) = 215+167+254=636 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.81% from 636); Green value is 167 (65.62% from 255 or 26.26% from 636); Blue value is 254 (99.61% from 255 or 39.94% from 636); Max value from RGB is 254 - color contains mainly: blue. Hex color #D7A7FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D7A7FE is #285801. Grayscale: #BEBEBE. Windows color (decimal): -2643970 or 16689111. OLE color: 16689111.

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

Color convert

RGB 215 167 254 -
CMYK 0.15 0.34 0 0.00
HSL 273.1º 0.98% 0.83% -
HSV(B) 273.1º 0.34% 1% -
XYZ 59.73 49.24 100.12 -
YUV 191.27 163.4 144.93 -
System Red Green Blue C M Y K H S L
Decimal 215 167 254 0.15 0.34 0 0.00 273.1 0.98 0.83
Hex D7 A7 FE F 22 0 0 111 62 53
Octal 327 247 376 17 42 0 0 421 142 123
Binary 11010111 10100111 11111110 1111 100010 0 0 100010001 1100010 1010011

Color Harmonies of #D7A7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7A7FE

Black with #D7A7FE

Text Example


Text Example

White with #D7A7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7A7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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