Html Css Color HEX #D99FF2 Mauve

📋 copy color: '#D99FF2'

red 217 ◦ green 159 ◦ blue 242

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

Shades of Mauve #D99FF2

Tints of Mauve #D99FF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 39.16%

R = 35.11%
G = 25.73%
B = 39.16%

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

#D99FF2 (or 0xD99FF2) is known color: Mauve. HEX triplet: D9, 9F and F2. RGB value is (217,159,242). Sum of RGB (Red+Green+Blue) = 217+159+242=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 159 (62.5% from 255 or 25.73% from 618); Blue value is 242 (94.92% from 255 or 39.16% from 618); Max value from RGB is 242 - color contains mainly: blue. Hex color #D99FF2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99FF2 is #26600D. Grayscale: #B9B9B9. Windows color (decimal): -2514958 or 15900633. OLE color: 15900633.

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

Color convert

RGB 217 159 242 -
CMYK 0.10 0.34 0 0.05
HSL 281.93º 0.76% 0.79% -
HSV(B) 281.93º 0.34% 0.95% -
XYZ 57.04 45.96 89.87 -
YUV 185.8 159.72 150.25 -
System Red Green Blue C M Y K H S L
Decimal 217 159 242 0.10 0.34 0 0.05 281.93 0.76 0.79
Hex D9 9F F2 A 22 0 5 11A 4C 4F
Octal 331 237 362 12 42 0 5 432 114 117
Binary 11011001 10011111 11110010 1010 100010 0 101 100011010 1001100 1001111

Color Harmonies of #D99FF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99FF2

Black with #D99FF2

Text Example


Text Example

White with #D99FF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99FF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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