Html Css Color HEX #D993FC Mauve

📋 copy color: '#D993FC'

red 217 ◦ green 147 ◦ blue 252

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

Shades of Mauve #D993FC

Tints of Mauve #D993FC

RGB

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

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

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

R = 35.23%
G = 23.86%
B = 40.91%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D993FC (or 0xD993FC) is known color: Mauve. HEX triplet: D9, 93 and FC. RGB value is (217,147,252). Sum of RGB (Red+Green+Blue) = 217+147+252=616 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.23% from 616); Green value is 147 (57.81% from 255 or 23.86% from 616); Blue value is 252 (98.83% from 255 or 40.91% from 616); Max value from RGB is 252 - color contains mainly: blue. Hex color #D993FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993FC is #266C03. Grayscale: #B3B3B3. Windows color (decimal): -2518020 or 16552921. OLE color: 16552921.

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

Color convert

RGB 217 147 252 -
CMYK 0.14 0.42 0 0.01
HSL 280º 0.95% 0.78% -
HSV(B) 280º 0.42% 0.99% -
XYZ 56.62 42.65 97.34 -
YUV 179.9 168.69 154.46 -
System Red Green Blue C M Y K H S L
Decimal 217 147 252 0.14 0.42 0 0.01 280 0.95 0.78
Hex D9 93 FC E 2A 0 1 118 5F 4E
Octal 331 223 374 16 52 0 1 430 137 116
Binary 11011001 10010011 11111100 1110 101010 0 1 100011000 1011111 1001110

Color Harmonies of #D993FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993FC

Black with #D993FC

Text Example


Text Example

White with #D993FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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