Html Css Color HEX #D99EFC Mauve

📋 copy color: '#D99EFC'

red 217 ◦ green 158 ◦ blue 252

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

Shades of Mauve #D99EFC

Tints of Mauve #D99EFC

RGB

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

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

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

R = 34.61%
G = 25.2%
B = 40.19%

CMYK

 C value IS 0.14

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D99EFC (or 0xD99EFC) is known color: Mauve. HEX triplet: D9, 9E and FC. RGB value is (217,158,252). Sum of RGB (Red+Green+Blue) = 217+158+252=627 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.61% from 627); Green value is 158 (62.11% from 255 or 25.20% from 627); Blue value is 252 (98.83% from 255 or 40.19% from 627); Max value from RGB is 252 - color contains mainly: blue. Hex color #D99EFC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EFC is #266103. Grayscale: #BABABA. Windows color (decimal): -2515204 or 16555737. OLE color: 16555737.

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

Color convert

RGB 217 158 252 -
CMYK 0.14 0.37 0 0.01
HSL 277.66º 0.94% 0.8% -
HSV(B) 277.66º 0.37% 0.99% -
XYZ 58.41 46.23 97.94 -
YUV 186.36 165.05 149.86 -
System Red Green Blue C M Y K H S L
Decimal 217 158 252 0.14 0.37 0 0.01 277.66 0.94 0.8
Hex D9 9E FC E 25 0 1 116 5E 50
Octal 331 236 374 16 45 0 1 426 136 120
Binary 11011001 10011110 11111100 1110 100101 0 1 100010110 1011110 1010000

Color Harmonies of #D99EFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EFC

Black with #D99EFC

Text Example


Text Example

White with #D99EFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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