Html Css Color HEX #D993FE Mauve

📋 copy color: '#D993FE'

red 217 ◦ green 147 ◦ blue 254

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

Shades of Mauve #D993FE

Tints of Mauve #D993FE

RGB

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

 GREEN value IS 147 (57.81% from 255) = 23.79%

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

R = 35.11%
G = 23.79%
B = 41.1%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D993FE (or 0xD993FE) is known color: Mauve. HEX triplet: D9, 93 and FE. RGB value is (217,147,254). Sum of RGB (Red+Green+Blue) = 217+147+254=618 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.11% from 618); Green value is 147 (57.81% from 255 or 23.79% from 618); Blue value is 254 (99.61% from 255 or 41.10% from 618); Max value from RGB is 254 - color contains mainly: blue. Hex color #D993FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993FE is #266C01. Grayscale: #B3B3B3. Windows color (decimal): -2518018 or 16683993. OLE color: 16683993.

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

Color convert

RGB 217 147 254 -
CMYK 0.15 0.42 0 0.00
HSL 279.25º 0.98% 0.79% -
HSV(B) 279.25º 0.42% 1% -
XYZ 56.94 42.77 99.02 -
YUV 180.13 169.69 154.3 -
System Red Green Blue C M Y K H S L
Decimal 217 147 254 0.15 0.42 0 0.00 279.25 0.98 0.79
Hex D9 93 FE F 2A 0 0 117 62 4F
Octal 331 223 376 17 52 0 0 427 142 117
Binary 11011001 10010011 11111110 1111 101010 0 0 100010111 1100010 1001111

Color Harmonies of #D993FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993FE

Black with #D993FE

Text Example


Text Example

White with #D993FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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