Html Css Color HEX #D99EFA Mauve

📋 copy color: '#D99EFA'

red 217 ◦ green 158 ◦ blue 250

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

Shades of Mauve #D99EFA

Tints of Mauve #D99EFA

RGB

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

 GREEN value IS 158 (62.11% from 255) = 25.28%

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

R = 34.72%
G = 25.28%
B = 40%

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

#D99EFA (or 0xD99EFA) is known color: Mauve. HEX triplet: D9, 9E and FA. RGB value is (217,158,250). Sum of RGB (Red+Green+Blue) = 217+158+250=625 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.72% from 625); Green value is 158 (62.11% from 255 or 25.28% from 625); Blue value is 250 (98.05% from 255 or 40% from 625); Max value from RGB is 250 - color contains mainly: blue. Hex color #D99EFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EFA is #266105. Grayscale: #B9B9B9. Windows color (decimal): -2515206 or 16424665. OLE color: 16424665.

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

Color convert

RGB 217 158 250 -
CMYK 0.13 0.37 0 0.02
HSL 278.48º 0.9% 0.8% -
HSV(B) 278.48º 0.37% 0.98% -
XYZ 58.1 46.11 96.28 -
YUV 186.13 164.05 150.02 -
System Red Green Blue C M Y K H S L
Decimal 217 158 250 0.13 0.37 0 0.02 278.48 0.9 0.8
Hex D9 9E FA D 25 0 2 116 5A 50
Octal 331 236 372 15 45 0 2 426 132 120
Binary 11011001 10011110 11111010 1101 100101 0 10 100010110 1011010 1010000

Color Harmonies of #D99EFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EFA

Black with #D99EFA

Text Example


Text Example

White with #D99EFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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