Html Css Color HEX #D993F8 Mauve

📋 copy color: '#D993F8'

red 217 ◦ green 147 ◦ blue 248

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

Shades of Mauve #D993F8

Tints of Mauve #D993F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 40.52%

R = 35.46%
G = 24.02%
B = 40.52%

CMYK

 C value IS 0.12

 M value IS 0.41

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#D993F8 (or 0xD993F8) is known color: Mauve. HEX triplet: D9, 93 and F8. RGB value is (217,147,248). Sum of RGB (Red+Green+Blue) = 217+147+248=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 248 (97.27% from 255 or 40.52% from 612); Max value from RGB is 248 - color contains mainly: blue. Hex color #D993F8 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993F8 is #266C07. Grayscale: #B3B3B3. Windows color (decimal): -2518024 or 16290777. OLE color: 16290777.

HSL color Cylindrical-coordinate representation of color #D993F8: hue angle of 281.58º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D993F8 is Cyan = 0.12, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 217 147 248 -
CMYK 0.12 0.41 0 0.03
HSL 281.58º 0.88% 0.77% -
HSV(B) 281.58º 0.41% 0.97% -
XYZ 55.99 42.4 94.04 -
YUV 179.44 166.69 154.79 -
System Red Green Blue C M Y K H S L
Decimal 217 147 248 0.12 0.41 0 0.03 281.58 0.88 0.77
Hex D9 93 F8 C 29 0 3 11A 58 4D
Octal 331 223 370 14 51 0 3 432 130 115
Binary 11011001 10010011 11111000 1100 101001 0 11 100011010 1011000 1001101

Color Harmonies of #D993F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993F8

Black with #D993F8

Text Example


Text Example

White with #D993F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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