Html Css Color HEX #D99EFE Mauve

📋 copy color: '#D99EFE'

red 217 ◦ green 158 ◦ blue 254

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

Shades of Mauve #D99EFE

Tints of Mauve #D99EFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 40.38%

R = 34.5%
G = 25.12%
B = 40.38%

CMYK

 C value IS 0.15

 M value IS 0.38

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D99EFE (or 0xD99EFE) is known color: Mauve. HEX triplet: D9, 9E and FE. RGB value is (217,158,254). Sum of RGB (Red+Green+Blue) = 217+158+254=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 158 (62.11% from 255 or 25.12% from 629); Blue value is 254 (99.61% from 255 or 40.38% from 629); Max value from RGB is 254 - color contains mainly: blue. Hex color #D99EFE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EFE is #266101. Grayscale: #BABABA. Windows color (decimal): -2515202 or 16686809. OLE color: 16686809.

HSL color Cylindrical-coordinate representation of color #D99EFE: hue angle of 276.88º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D99EFE is Cyan = 0.15, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 217 158 254 -
CMYK 0.15 0.38 0 0.00
HSL 276.88º 0.98% 0.81% -
HSV(B) 276.88º 0.38% 1% -
XYZ 58.73 46.36 99.62 -
YUV 186.59 166.05 149.69 -
System Red Green Blue C M Y K H S L
Decimal 217 158 254 0.15 0.38 0 0.00 276.88 0.98 0.81
Hex D9 9E FE F 26 0 0 115 62 51
Octal 331 236 376 17 46 0 0 425 142 121
Binary 11011001 10011110 11111110 1111 100110 0 0 100010101 1100010 1010001

Color Harmonies of #D99EFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EFE

Black with #D99EFE

Text Example


Text Example

White with #D99EFE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EFE; }

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

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

background-color css

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

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

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

border-color css

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

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

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