Html Css Color HEX #D593FD Mauve

📋 copy color: '#D593FD'

red 213 ◦ green 147 ◦ blue 253

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

Shades of Mauve #D593FD

Tints of Mauve #D593FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 41.27%

R = 34.75%
G = 23.98%
B = 41.27%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D593FD (or 0xD593FD) is known color: Mauve. HEX triplet: D5, 93 and FD. RGB value is (213,147,253). Sum of RGB (Red+Green+Blue) = 213+147+253=613 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.75% from 613); Green value is 147 (57.81% from 255 or 23.98% from 613); Blue value is 253 (99.22% from 255 or 41.27% from 613); Max value from RGB is 253 - color contains mainly: blue. Hex color #D593FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593FD is #2A6C02. Grayscale: #B2B2B2. Windows color (decimal): -2780163 or 16618453. OLE color: 16618453.

HSL color Cylindrical-coordinate representation of color #D593FD: hue angle of 277.36º degrees, saturation: 0.96, 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 #D593FD is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 213 147 253 -
CMYK 0.16 0.42 0 0.01
HSL 277.36º 0.96% 0.78% -
HSV(B) 277.36º 0.42% 0.99% -
XYZ 55.6 42.11 98.13 -
YUV 178.82 169.87 152.38 -
System Red Green Blue C M Y K H S L
Decimal 213 147 253 0.16 0.42 0 0.01 277.36 0.96 0.78
Hex D5 93 FD 10 2A 0 1 115 60 4E
Octal 325 223 375 20 52 0 1 425 140 116
Binary 11010101 10010011 11111101 10000 101010 0 1 100010101 1100000 1001110

Color Harmonies of #D593FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593FD

Black with #D593FD

Text Example


Text Example

White with #D593FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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