Html Css Color HEX #D993FF Mauve

📋 copy color: '#D993FF'

red 217 ◦ green 147 ◦ blue 255

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

Shades of Mauve #D993FF

Tints of Mauve #D993FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.2%

R = 35.06%
G = 23.75%
B = 41.2%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D993FF (or 0xD993FF) is known color: Mauve. HEX triplet: D9, 93 and FF. RGB value is (217,147,255). Sum of RGB (Red+Green+Blue) = 217+147+255=619 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.06% from 619); Green value is 147 (57.81% from 255 or 23.75% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #D993FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993FF is #266C00. Grayscale: #B3B3B3. Windows color (decimal): -2518017 or 16749529. OLE color: 16749529.

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

Color convert

RGB 217 147 255 -
CMYK 0.15 0.42 0 0
HSL 278.89º 1% 0.79% -
HSV(B) 278.89º 0.42% 1% -
XYZ 57.1 42.84 99.87 -
YUV 180.24 170.19 154.22 -
System Red Green Blue C M Y K H S L
Decimal 217 147 255 0.15 0.42 0 0 278.89 1 0.79
Hex D9 93 FF F 2A 0 0 117 64 4F
Octal 331 223 377 17 52 0 0 427 144 117
Binary 11011001 10010011 11111111 1111 101010 0 0 100010111 1100100 1001111

Color Harmonies of #D993FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993FF

Black with #D993FF

Text Example


Text Example

White with #D993FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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