Html Css Color HEX #D99DFA Mauve

📋 copy color: '#D99DFA'

red 217 ◦ green 157 ◦ blue 250

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

Shades of Mauve #D99DFA

Tints of Mauve #D99DFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.06%

R = 34.78%
G = 25.16%
B = 40.06%

CMYK

 C value IS 0.13

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D99DFA (or 0xD99DFA) is known color: Mauve. HEX triplet: D9, 9D and FA. RGB value is (217,157,250). Sum of RGB (Red+Green+Blue) = 217+157+250=624 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.78% from 624); Green value is 157 (61.72% from 255 or 25.16% from 624); Blue value is 250 (98.05% from 255 or 40.06% from 624); Max value from RGB is 250 - color contains mainly: blue. Hex color #D99DFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99DFA is #266205. Grayscale: #B9B9B9. Windows color (decimal): -2515462 or 16424409. OLE color: 16424409.

HSL color Cylindrical-coordinate representation of color #D99DFA: hue angle of 278.71º degrees, saturation: 0.9, 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 #D99DFA is Cyan = 0.13, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 157 250 -
CMYK 0.13 0.37 0 0.02
HSL 278.71º 0.9% 0.8% -
HSV(B) 278.71º 0.37% 0.98% -
XYZ 57.93 45.77 96.22 -
YUV 185.54 164.38 150.44 -
System Red Green Blue C M Y K H S L
Decimal 217 157 250 0.13 0.37 0 0.02 278.71 0.9 0.8
Hex D9 9D FA D 25 0 2 117 5A 50
Octal 331 235 372 15 45 0 2 427 132 120
Binary 11011001 10011101 11111010 1101 100101 0 10 100010111 1011010 1010000

Color Harmonies of #D99DFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99DFA

Black with #D99DFA

Text Example


Text Example

White with #D99DFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99DFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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