Html Css Color HEX #D99FF1 Mauve

📋 copy color: '#D99FF1'

red 217 ◦ green 159 ◦ blue 241

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

Shades of Mauve #D99FF1

Tints of Mauve #D99FF1

RGB

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

 GREEN value IS 159 (62.5% from 255) = 25.77%

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

R = 35.17%
G = 25.77%
B = 39.06%

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

#D99FF1 (or 0xD99FF1) is known color: Mauve. HEX triplet: D9, 9F and F1. RGB value is (217,159,241). Sum of RGB (Red+Green+Blue) = 217+159+241=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 159 (62.5% from 255 or 25.77% from 617); Blue value is 241 (94.53% from 255 or 39.06% from 617); Max value from RGB is 241 - color contains mainly: blue. Hex color #D99FF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FF1 is #26600E. Grayscale: #B9B9B9. Windows color (decimal): -2514959 or 15835097. OLE color: 15835097.

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

Color convert

RGB 217 159 241 -
CMYK 0.10 0.34 0 0.05
HSL 282.44º 0.75% 0.78% -
HSV(B) 282.44º 0.34% 0.95% -
XYZ 56.89 45.9 89.08 -
YUV 185.69 159.22 150.33 -
System Red Green Blue C M Y K H S L
Decimal 217 159 241 0.10 0.34 0 0.05 282.44 0.75 0.78
Hex D9 9F F1 A 22 0 5 11A 4B 4E
Octal 331 237 361 12 42 0 5 432 113 116
Binary 11011001 10011111 11110001 1010 100010 0 101 100011010 1001011 1001110

Color Harmonies of #D99FF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FF1

Black with #D99FF1

Text Example


Text Example

White with #D99FF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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