Html Css Color HEX #D993FB Mauve

📋 copy color: '#D993FB'

red 217 ◦ green 147 ◦ blue 251

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

Shades of Mauve #D993FB

Tints of Mauve #D993FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 40.81%

R = 35.28%
G = 23.9%
B = 40.81%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D993FB (or 0xD993FB) is known color: Mauve. HEX triplet: D9, 93 and FB. RGB value is (217,147,251). Sum of RGB (Red+Green+Blue) = 217+147+251=615 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.28% from 615); Green value is 147 (57.81% from 255 or 23.90% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #D993FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D993FB is #266C04. Grayscale: #B3B3B3. Windows color (decimal): -2518021 or 16487385. OLE color: 16487385.

HSL color Cylindrical-coordinate representation of color #D993FB: hue angle of 280.38º degrees, saturation: 0.93, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D993FB is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 217 147 251 -
CMYK 0.14 0.41 0 0.02
HSL 280.38º 0.93% 0.78% -
HSV(B) 280.38º 0.41% 0.98% -
XYZ 56.46 42.58 96.51 -
YUV 179.79 168.19 154.54 -
System Red Green Blue C M Y K H S L
Decimal 217 147 251 0.14 0.41 0 0.02 280.38 0.93 0.78
Hex D9 93 FB E 29 0 2 118 5D 4E
Octal 331 223 373 16 51 0 2 430 135 116
Binary 11011001 10010011 11111011 1110 101001 0 10 100011000 1011101 1001110

Color Harmonies of #D993FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D993FB

Black with #D993FB

Text Example


Text Example

White with #D993FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D993FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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