Html Css Color HEX #D594FD Mauve

📋 copy color: '#D594FD'

red 213 ◦ green 148 ◦ blue 253

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

Shades of Mauve #D594FD

Tints of Mauve #D594FD

RGB

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

 GREEN value IS 148 (58.2% from 255) = 24.1%

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

R = 34.69%
G = 24.1%
B = 41.21%

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

#D594FD (or 0xD594FD) is known color: Mauve. HEX triplet: D5, 94 and FD. RGB value is (213,148,253). Sum of RGB (Red+Green+Blue) = 213+148+253=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 148 (58.20% from 255 or 24.10% from 614); Blue value is 253 (99.22% from 255 or 41.21% from 614); Max value from RGB is 253 - color contains mainly: blue. Hex color #D594FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D594FD is #2A6B02. Grayscale: #B3B3B3. Windows color (decimal): -2779907 or 16618709. OLE color: 16618709.

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

Color convert

RGB 213 148 253 -
CMYK 0.16 0.42 0 0.01
HSL 277.14º 0.96% 0.79% -
HSV(B) 277.14º 0.42% 0.99% -
XYZ 55.76 42.42 98.18 -
YUV 179.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 213 148 253 0.16 0.42 0 0.01 277.14 0.96 0.79
Hex D5 94 FD 10 2A 0 1 115 60 4F
Octal 325 224 375 20 52 0 1 425 140 117
Binary 11010101 10010100 11111101 10000 101010 0 1 100010101 1100000 1001111

Color Harmonies of #D594FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D594FD

Black with #D594FD

Text Example


Text Example

White with #D594FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D594FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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