Html Css Color HEX #D998FF Mauve

📋 copy color: '#D998FF'

red 217 ◦ green 152 ◦ blue 255

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

Shades of Mauve #D998FF

Tints of Mauve #D998FF

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.36%

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

R = 34.78%
G = 24.36%
B = 40.87%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D998FF (or 0xD998FF) is known color: Mauve. HEX triplet: D9, 98 and FF. RGB value is (217,152,255). Sum of RGB (Red+Green+Blue) = 217+152+255=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 152 (59.77% from 255 or 24.36% from 624); Blue value is 255 (100% from 255 or 40.87% from 624); Max value from RGB is 255 - color contains mainly: blue. Hex color #D998FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D998FF is #266700. Grayscale: #B6B6B6. Windows color (decimal): -2516737 or 16750809. OLE color: 16750809.

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

Color convert

RGB 217 152 255 -
CMYK 0.15 0.40 0 0
HSL 277.86º 1% 0.8% -
HSV(B) 277.86º 0.4% 1% -
XYZ 57.89 44.43 100.13 -
YUV 183.18 168.53 152.12 -
System Red Green Blue C M Y K H S L
Decimal 217 152 255 0.15 0.40 0 0 277.86 1 0.8
Hex D9 98 FF F 28 0 0 116 64 50
Octal 331 230 377 17 50 0 0 426 144 120
Binary 11011001 10011000 11111111 1111 101000 0 0 100010110 1100100 1010000

Color Harmonies of #D998FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998FF

Black with #D998FF

Text Example


Text Example

White with #D998FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998FF; }

 p { color: rgb(217,152,255); }

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

background-color css

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

 a { background-color: rgb(217,152,255); }

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

border-color css

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

 span { border-color: rgb(217,152,255); }

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