Html Css Color HEX #D99EF1 Mauve

📋 copy color: '#D99EF1'

red 217 ◦ green 158 ◦ blue 241

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

Shades of Mauve #D99EF1

Tints of Mauve #D99EF1

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.65%

 BLUE value IS 241 (94.53% from 255) = 39.12%

R = 35.23%
G = 25.65%
B = 39.12%

CMYK

 C value IS 0.10

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#D99EF1 (or 0xD99EF1) is known color: Mauve. HEX triplet: D9, 9E and F1. RGB value is (217,158,241). Sum of RGB (Red+Green+Blue) = 217+158+241=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 158 (62.11% from 255 or 25.65% from 616); Blue value is 241 (94.53% from 255 or 39.12% from 616); Max value from RGB is 241 - color contains mainly: blue. Hex color #D99EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EF1 is #26610E. Grayscale: #B8B8B8. Windows color (decimal): -2515215 or 15834841. OLE color: 15834841.

HSL color Cylindrical-coordinate representation of color #D99EF1: hue angle of 282.65º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D99EF1 is Cyan = 0.10, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 217 158 241 -
CMYK 0.10 0.34 0 0.05
HSL 282.65º 0.75% 0.78% -
HSV(B) 282.65º 0.34% 0.95% -
XYZ 56.72 45.56 89.02 -
YUV 185.1 159.55 150.75 -
System Red Green Blue C M Y K H S L
Decimal 217 158 241 0.10 0.34 0 0.05 282.65 0.75 0.78
Hex D9 9E F1 A 22 0 5 11B 4B 4E
Octal 331 236 361 12 42 0 5 433 113 116
Binary 11011001 10011110 11110001 1010 100010 0 101 100011011 1001011 1001110

Color Harmonies of #D99EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EF1

Black with #D99EF1

Text Example


Text Example

White with #D99EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EF1; }

 p { color: rgb(217,158,241); }

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

background-color css

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

 a { background-color: rgb(217,158,241); }

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

border-color css

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

 span { border-color: rgb(217,158,241); }

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