Html Css Color HEX #D998F8 Mauve

📋 copy color: '#D998F8'

red 217 ◦ green 152 ◦ blue 248

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

Shades of Mauve #D998F8

Tints of Mauve #D998F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.19%

R = 35.17%
G = 24.64%
B = 40.19%

CMYK

 C value IS 0.12

 M value IS 0.39

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D998F8 (or 0xD998F8) is known color: Mauve. HEX triplet: D9, 98 and F8. RGB value is (217,152,248). Sum of RGB (Red+Green+Blue) = 217+152+248=617 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.17% from 617); Green value is 152 (59.77% from 255 or 24.64% from 617); Blue value is 248 (97.27% from 255 or 40.19% from 617); Max value from RGB is 248 - color contains mainly: blue. Hex color #D998F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D998F8 is #266707. Grayscale: #B6B6B6. Windows color (decimal): -2516744 or 16292057. OLE color: 16292057.

HSL color Cylindrical-coordinate representation of color #D998F8: hue angle of 280.62º degrees, saturation: 0.87, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D998F8 is Cyan = 0.12, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 152 248 -
CMYK 0.12 0.39 0 0.03
HSL 280.63º 0.87% 0.78% -
HSV(B) 280.63º 0.39% 0.97% -
XYZ 56.79 43.99 94.3 -
YUV 182.38 165.03 152.69 -
System Red Green Blue C M Y K H S L
Decimal 217 152 248 0.12 0.39 0 0.03 280.63 0.87 0.78
Hex D9 98 F8 C 27 0 3 119 57 4E
Octal 331 230 370 14 47 0 3 431 127 116
Binary 11011001 10011000 11111000 1100 100111 0 11 100011001 1010111 1001110

Color Harmonies of #D998F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998F8

Black with #D998F8

Text Example


Text Example

White with #D998F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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