Html Css Color HEX #D998F6 Mauve

📋 copy color: '#D998F6'

red 217 ◦ green 152 ◦ blue 246

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

Shades of Mauve #D998F6

Tints of Mauve #D998F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 40%

R = 35.28%
G = 24.72%
B = 40%

CMYK

 C value IS 0.12

 M value IS 0.38

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D998F6 (or 0xD998F6) is known color: Mauve. HEX triplet: D9, 98 and F6. RGB value is (217,152,246). Sum of RGB (Red+Green+Blue) = 217+152+246=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 152 (59.77% from 255 or 24.72% from 615); Blue value is 246 (96.48% from 255 or 40% from 615); Max value from RGB is 246 - color contains mainly: blue. Hex color #D998F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D998F6 is #266709. Grayscale: #B5B5B5. Windows color (decimal): -2516746 or 16160985. OLE color: 16160985.

HSL color Cylindrical-coordinate representation of color #D998F6: hue angle of 281.49º degrees, saturation: 0.84, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D998F6 is Cyan = 0.12, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 217 152 246 -
CMYK 0.12 0.38 0 0.04
HSL 281.49º 0.84% 0.78% -
HSV(B) 281.49º 0.38% 0.96% -
XYZ 56.48 43.86 92.68 -
YUV 182.15 164.03 152.86 -
System Red Green Blue C M Y K H S L
Decimal 217 152 246 0.12 0.38 0 0.04 281.49 0.84 0.78
Hex D9 98 F6 C 26 0 4 119 54 4E
Octal 331 230 366 14 46 0 4 431 124 116
Binary 11011001 10011000 11110110 1100 100110 0 100 100011001 1010100 1001110

Color Harmonies of #D998F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D998F6

Black with #D998F6

Text Example


Text Example

White with #D998F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D998F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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