Html Css Color HEX #D8A5FE Mauve

📋 copy color: '#D8A5FE'

red 216 ◦ green 165 ◦ blue 254

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

Shades of Mauve #D8A5FE

Tints of Mauve #D8A5FE

RGB

 RED value IS 216 (84.77% from 255) = 34.02%

 GREEN value IS 165 (64.84% from 255) = 25.98%

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

R = 34.02%
G = 25.98%
B = 40%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D8A5FE (or 0xD8A5FE) is known color: Mauve. HEX triplet: D8, A5 and FE. RGB value is (216,165,254). Sum of RGB (Red+Green+Blue) = 216+165+254=635 (84% of max value = 765). Red value is 216 (84.77% from 255 or 34.02% from 635); Green value is 165 (64.84% from 255 or 25.98% from 635); Blue value is 254 (99.61% from 255 or 40% from 635); Max value from RGB is 254 - color contains mainly: blue. Hex color #D8A5FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A5FE is #275A01. Grayscale: #BEBEBE. Windows color (decimal): -2578946 or 16688600. OLE color: 16688600.

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

Color convert

RGB 216 165 254 -
CMYK 0.15 0.35 0 0.00
HSL 274.38º 0.98% 0.82% -
HSV(B) 274.38º 0.35% 1% -
XYZ 59.66 48.66 100.01 -
YUV 190.4 163.9 146.26 -
System Red Green Blue C M Y K H S L
Decimal 216 165 254 0.15 0.35 0 0.00 274.38 0.98 0.82
Hex D8 A5 FE F 23 0 0 112 62 52
Octal 330 245 376 17 43 0 0 422 142 122
Binary 11011000 10100101 11111110 1111 100011 0 0 100010010 1100010 1010010

Color Harmonies of #D8A5FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A5FE

Black with #D8A5FE

Text Example


Text Example

White with #D8A5FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A5FE; }

 p { color: rgb(216,165,254); }

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

background-color css

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

 a { background-color: rgb(216,165,254); }

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

border-color css

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

 span { border-color: rgb(216,165,254); }

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