Html Css Color HEX #D9A5EE Mauve

📋 copy color: '#D9A5EE'

red 217 ◦ green 165 ◦ blue 238

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

Shades of Mauve #D9A5EE

Tints of Mauve #D9A5EE

RGB

 RED value IS 217 (85.16% from 255) = 35%

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

 BLUE value IS 238 (93.36% from 255) = 38.39%

R = 35%
G = 26.61%
B = 38.39%

CMYK

 C value IS 0.09

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D9A5EE (or 0xD9A5EE) is known color: Mauve. HEX triplet: D9, A5 and EE. RGB value is (217,165,238). Sum of RGB (Red+Green+Blue) = 217+165+238=620 (82% of max value = 765). Red value is 217 (85.16% from 255 or 35% from 620); Green value is 165 (64.84% from 255 or 26.61% from 620); Blue value is 238 (93.36% from 255 or 38.39% from 620); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9A5EE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D9A5EE is #265A11. Grayscale: #BCBCBC. Windows color (decimal): -2513426 or 15640025. OLE color: 15640025.

HSL color Cylindrical-coordinate representation of color #D9A5EE: hue angle of 282.74º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D9A5EE is Cyan = 0.09, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 165 238 -
CMYK 0.09 0.31 0 0.07
HSL 282.74º 0.68% 0.79% -
HSV(B) 282.74º 0.31% 0.93% -
XYZ 57.5 47.84 87.09 -
YUV 188.87 155.73 148.06 -
System Red Green Blue C M Y K H S L
Decimal 217 165 238 0.09 0.31 0 0.07 282.74 0.68 0.79
Hex D9 A5 EE 9 1F 0 7 11B 44 4F
Octal 331 245 356 11 37 0 7 433 104 117
Binary 11011001 10100101 11101110 1001 11111 0 111 100011011 1000100 1001111

Color Harmonies of #D9A5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9A5EE

Black with #D9A5EE

Text Example


Text Example

White with #D9A5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9A5EE; }

 p { color: rgb(217,165,238); }

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

background-color css

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

 a { background-color: rgb(217,165,238); }

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

border-color css

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

 span { border-color: rgb(217,165,238); }

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