Html Css Color HEX #D99DFB Mauve

📋 copy color: '#D99DFB'

red 217 ◦ green 157 ◦ blue 251

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

Shades of Mauve #D99DFB

Tints of Mauve #D99DFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.16%

R = 34.72%
G = 25.12%
B = 40.16%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D99DFB (or 0xD99DFB) is known color: Mauve. HEX triplet: D9, 9D and FB. RGB value is (217,157,251). Sum of RGB (Red+Green+Blue) = 217+157+251=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 157 (61.72% from 255 or 25.12% from 625); Blue value is 251 (98.44% from 255 or 40.16% from 625); Max value from RGB is 251 - color contains mainly: blue. Hex color #D99DFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DFB is #266204. Grayscale: #B9B9B9. Windows color (decimal): -2515461 or 16489945. OLE color: 16489945.

HSL color Cylindrical-coordinate representation of color #D99DFB: hue angle of 278.3º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D99DFB is Cyan = 0.14, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 157 251 -
CMYK 0.14 0.37 0 0.02
HSL 278.3º 0.92% 0.8% -
HSV(B) 278.3º 0.37% 0.98% -
XYZ 58.08 45.83 97.05 -
YUV 185.66 164.88 150.36 -
System Red Green Blue C M Y K H S L
Decimal 217 157 251 0.14 0.37 0 0.02 278.3 0.92 0.8
Hex D9 9D FB E 25 0 2 116 5C 50
Octal 331 235 373 16 45 0 2 426 134 120
Binary 11011001 10011101 11111011 1110 100101 0 10 100010110 1011100 1010000

Color Harmonies of #D99DFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DFB

Black with #D99DFB

Text Example


Text Example

White with #D99DFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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