Html Css Color HEX #D8A5FF Mauve

📋 copy color: '#D8A5FF'

red 216 ◦ green 165 ◦ blue 255

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

Shades of Mauve #D8A5FF

Tints of Mauve #D8A5FF

RGB

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

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

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

R = 33.96%
G = 25.94%
B = 40.09%

CMYK

 C value IS 0.15

 M value IS 0.35

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D8A5FF (or 0xD8A5FF) is known color: Mauve. HEX triplet: D8, A5 and FF. RGB value is (216,165,255). Sum of RGB (Red+Green+Blue) = 216+165+255=636 (84% of max value = 765). Red value is 216 (84.77% from 255 or 33.96% from 636); Green value is 165 (64.84% from 255 or 25.94% from 636); Blue value is 255 (100% from 255 or 40.09% from 636); Max value from RGB is 255 - color contains mainly: blue. Hex color #D8A5FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D8A5FF is #275A00. Grayscale: #BEBEBE. Windows color (decimal): -2578945 or 16754136. OLE color: 16754136.

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

Color convert

RGB 216 165 255 -
CMYK 0.15 0.35 0 0
HSL 274º 1% 0.82% -
HSV(B) 274º 0.35% 1% -
XYZ 59.82 48.73 100.86 -
YUV 190.51 164.4 146.18 -
System Red Green Blue C M Y K H S L
Decimal 216 165 255 0.15 0.35 0 0 274 1 0.82
Hex D8 A5 FF F 23 0 0 112 64 52
Octal 330 245 377 17 43 0 0 422 144 122
Binary 11011000 10100101 11111111 1111 100011 0 0 100010010 1100100 1010010

Color Harmonies of #D8A5FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8A5FF

Black with #D8A5FF

Text Example


Text Example

White with #D8A5FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8A5FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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