Html Css Color HEX #D998F9 Mauve

📋 copy color: '#D998F9'

red 217 ◦ green 152 ◦ blue 249

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

Shades of Mauve #D998F9

Tints of Mauve #D998F9

RGB

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

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

 BLUE value IS 249 (97.66% from 255) = 40.29%

R = 35.11%
G = 24.6%
B = 40.29%

CMYK

 C value IS 0.13

 M value IS 0.39

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D998F9 (or 0xD998F9) is known color: Mauve. HEX triplet: D9, 98 and F9. RGB value is (217,152,249). Sum of RGB (Red+Green+Blue) = 217+152+249=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 152 (59.77% from 255 or 24.60% from 618); Blue value is 249 (97.66% from 255 or 40.29% from 618); Max value from RGB is 249 - color contains mainly: blue. Hex color #D998F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D998F9 is #266706. Grayscale: #B6B6B6. Windows color (decimal): -2516743 or 16357593. OLE color: 16357593.

HSL color Cylindrical-coordinate representation of color #D998F9: hue angle of 280.21º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D998F9 is Cyan = 0.13, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 152 249 -
CMYK 0.13 0.39 0 0.02
HSL 280.21º 0.89% 0.79% -
HSV(B) 280.21º 0.39% 0.98% -
XYZ 56.94 44.05 95.12 -
YUV 182.49 165.53 152.61 -
System Red Green Blue C M Y K H S L
Decimal 217 152 249 0.13 0.39 0 0.02 280.21 0.89 0.79
Hex D9 98 F9 D 27 0 2 118 59 4F
Octal 331 230 371 15 47 0 2 430 131 117
Binary 11011001 10011000 11111001 1101 100111 0 10 100011000 1011001 1001111

Color Harmonies of #D998F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998F9

Black with #D998F9

Text Example


Text Example

White with #D998F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998F9; }

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

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

background-color css

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

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

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

border-color css

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

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

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