Html Css Color HEX #D593FC Mauve

📋 copy color: '#D593FC'

red 213 ◦ green 147 ◦ blue 252

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

Shades of Mauve #D593FC

Tints of Mauve #D593FC

RGB

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

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

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

R = 34.8%
G = 24.02%
B = 41.18%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D593FC (or 0xD593FC) is known color: Mauve. HEX triplet: D5, 93 and FC. RGB value is (213,147,252). Sum of RGB (Red+Green+Blue) = 213+147+252=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 252 (98.83% from 255 or 41.18% from 612); Max value from RGB is 252 - color contains mainly: blue. Hex color #D593FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593FC is #2A6C03. Grayscale: #B2B2B2. Windows color (decimal): -2780164 or 16552917. OLE color: 16552917.

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

Color convert

RGB 213 147 252 -
CMYK 0.15 0.42 0 0.01
HSL 277.71º 0.95% 0.78% -
HSV(B) 277.71º 0.42% 0.99% -
XYZ 55.44 42.04 97.29 -
YUV 178.7 169.37 152.46 -
System Red Green Blue C M Y K H S L
Decimal 213 147 252 0.15 0.42 0 0.01 277.71 0.95 0.78
Hex D5 93 FC F 2A 0 1 116 5F 4E
Octal 325 223 374 17 52 0 1 426 137 116
Binary 11010101 10010011 11111100 1111 101010 0 1 100010110 1011111 1001110

Color Harmonies of #D593FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593FC

Black with #D593FC

Text Example


Text Example

White with #D593FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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