Html Css Color HEX #D593FB Mauve

📋 copy color: '#D593FB'

red 213 ◦ green 147 ◦ blue 251

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

Shades of Mauve #D593FB

Tints of Mauve #D593FB

RGB

 RED value IS 213 (83.59% from 255) = 34.86%

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

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

R = 34.86%
G = 24.06%
B = 41.08%

CMYK

 C value IS 0.15

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D593FB (or 0xD593FB) is known color: Mauve. HEX triplet: D5, 93 and FB. RGB value is (213,147,251). Sum of RGB (Red+Green+Blue) = 213+147+251=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 147 (57.81% from 255 or 24.06% from 611); Blue value is 251 (98.44% from 255 or 41.08% from 611); Max value from RGB is 251 - color contains mainly: blue. Hex color #D593FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593FB is #2A6C04. Grayscale: #B2B2B2. Windows color (decimal): -2780165 or 16487381. OLE color: 16487381.

HSL color Cylindrical-coordinate representation of color #D593FB: hue angle of 278.08º 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 #D593FB is Cyan = 0.15, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 147 251 -
CMYK 0.15 0.41 0 0.02
HSL 278.08º 0.93% 0.78% -
HSV(B) 278.08º 0.41% 0.98% -
XYZ 55.29 41.98 96.46 -
YUV 178.59 168.87 152.54 -
System Red Green Blue C M Y K H S L
Decimal 213 147 251 0.15 0.41 0 0.02 278.08 0.93 0.78
Hex D5 93 FB F 29 0 2 116 5D 4E
Octal 325 223 373 17 51 0 2 426 135 116
Binary 11010101 10010011 11111011 1111 101001 0 10 100010110 1011101 1001110

Color Harmonies of #D593FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593FB

Black with #D593FB

Text Example


Text Example

White with #D593FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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