Html Css Color HEX #D593FE Mauve

📋 copy color: '#D593FE'

red 213 ◦ green 147 ◦ blue 254

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

Shades of Mauve #D593FE

Tints of Mauve #D593FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 41.37%

R = 34.69%
G = 23.94%
B = 41.37%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D593FE (or 0xD593FE) is known color: Mauve. HEX triplet: D5, 93 and FE. RGB value is (213,147,254). Sum of RGB (Red+Green+Blue) = 213+147+254=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 147 (57.81% from 255 or 23.94% from 614); Blue value is 254 (99.61% from 255 or 41.37% from 614); Max value from RGB is 254 - color contains mainly: blue. Hex color #D593FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D593FE is #2A6C01. Grayscale: #B2B2B2. Windows color (decimal): -2780162 or 16683989. OLE color: 16683989.

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

Color convert

RGB 213 147 254 -
CMYK 0.16 0.42 0 0.00
HSL 277.01º 0.98% 0.79% -
HSV(B) 277.01º 0.42% 1% -
XYZ 55.76 42.17 98.97 -
YUV 178.93 170.37 152.3 -
System Red Green Blue C M Y K H S L
Decimal 213 147 254 0.16 0.42 0 0.00 277.01 0.98 0.79
Hex D5 93 FE 10 2A 0 0 115 62 4F
Octal 325 223 376 20 52 0 0 425 142 117
Binary 11010101 10010011 11111110 10000 101010 0 0 100010101 1100010 1001111

Color Harmonies of #D593FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D593FE

Black with #D593FE

Text Example


Text Example

White with #D593FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D593FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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