Html Css Color HEX #D99EFD Mauve

📋 copy color: '#D99EFD'

red 217 ◦ green 158 ◦ blue 253

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

Shades of Mauve #D99EFD

Tints of Mauve #D99EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 40.29%

R = 34.55%
G = 25.16%
B = 40.29%

CMYK

 C value IS 0.14

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D99EFD (or 0xD99EFD) is known color: Mauve. HEX triplet: D9, 9E and FD. RGB value is (217,158,253). Sum of RGB (Red+Green+Blue) = 217+158+253=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 158 (62.11% from 255 or 25.16% from 628); Blue value is 253 (99.22% from 255 or 40.29% from 628); Max value from RGB is 253 - color contains mainly: blue. Hex color #D99EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D99EFD is #266102. Grayscale: #BABABA. Windows color (decimal): -2515203 or 16621273. OLE color: 16621273.

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

Color convert

RGB 217 158 253 -
CMYK 0.14 0.38 0 0.01
HSL 277.26º 0.96% 0.81% -
HSV(B) 277.26º 0.38% 0.99% -
XYZ 58.57 46.3 98.78 -
YUV 186.47 165.55 149.78 -
System Red Green Blue C M Y K H S L
Decimal 217 158 253 0.14 0.38 0 0.01 277.26 0.96 0.81
Hex D9 9E FD E 26 0 1 115 60 51
Octal 331 236 375 16 46 0 1 425 140 121
Binary 11011001 10011110 11111101 1110 100110 0 1 100010101 1100000 1010001

Color Harmonies of #D99EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D99EFD

Black with #D99EFD

Text Example


Text Example

White with #D99EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D99EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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