Html Css Color HEX #D99DFC Mauve

📋 copy color: '#D99DFC'

red 217 ◦ green 157 ◦ blue 252

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

Shades of Mauve #D99DFC

Tints of Mauve #D99DFC

RGB

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

 GREEN value IS 157 (61.72% from 255) = 25.08%

 BLUE value IS 252 (98.83% from 255) = 40.26%

R = 34.66%
G = 25.08%
B = 40.26%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D99DFC (or 0xD99DFC) is known color: Mauve. HEX triplet: D9, 9D and FC. RGB value is (217,157,252). Sum of RGB (Red+Green+Blue) = 217+157+252=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 157 (61.72% from 255 or 25.08% from 626); Blue value is 252 (98.83% from 255 or 40.26% from 626); Max value from RGB is 252 - color contains mainly: blue. Hex color #D99DFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DFC is #266203. Grayscale: #B9B9B9. Windows color (decimal): -2515460 or 16555481. OLE color: 16555481.

HSL color Cylindrical-coordinate representation of color #D99DFC: hue angle of 277.89º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D99DFC is Cyan = 0.14, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 217 157 252 -
CMYK 0.14 0.38 0 0.01
HSL 277.89º 0.94% 0.8% -
HSV(B) 277.89º 0.38% 0.99% -
XYZ 58.24 45.89 97.88 -
YUV 185.77 165.38 150.28 -
System Red Green Blue C M Y K H S L
Decimal 217 157 252 0.14 0.38 0 0.01 277.89 0.94 0.8
Hex D9 9D FC E 26 0 1 116 5E 50
Octal 331 235 374 16 46 0 1 426 136 120
Binary 11011001 10011101 11111100 1110 100110 0 1 100010110 1011110 1010000

Color Harmonies of #D99DFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DFC

Black with #D99DFC

Text Example


Text Example

White with #D99DFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DFC; }

 p { color: rgb(217,157,252); }

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

background-color css

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

 a { background-color: rgb(217,157,252); }

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

border-color css

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

 span { border-color: rgb(217,157,252); }

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