Html Css Color HEX #D592F9 Mauve

📋 copy color: '#D592F9'

red 213 ◦ green 146 ◦ blue 249

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

Shades of Mauve #D592F9

Tints of Mauve #D592F9

RGB

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

 GREEN value IS 146 (57.42% from 255) = 24.01%

 BLUE value IS 249 (97.66% from 255) = 40.95%

R = 35.03%
G = 24.01%
B = 40.95%

CMYK

 C value IS 0.14

 M value IS 0.41

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D592F9 (or 0xD592F9) is known color: Mauve. HEX triplet: D5, 92 and F9. RGB value is (213,146,249). Sum of RGB (Red+Green+Blue) = 213+146+249=608 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.03% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 249 (97.66% from 255 or 40.95% from 608); Max value from RGB is 249 - color contains mainly: blue. Hex color #D592F9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592F9 is #2A6D06. Grayscale: #B1B1B1. Windows color (decimal): -2780423 or 16356053. OLE color: 16356053.

HSL color Cylindrical-coordinate representation of color #D592F9: hue angle of 279.03º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D592F9 is Cyan = 0.14, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 213 146 249 -
CMYK 0.14 0.41 0 0.02
HSL 279.03º 0.9% 0.77% -
HSV(B) 279.03º 0.41% 0.98% -
XYZ 54.82 41.54 94.75 -
YUV 177.78 168.2 153.12 -
System Red Green Blue C M Y K H S L
Decimal 213 146 249 0.14 0.41 0 0.02 279.03 0.9 0.77
Hex D5 92 F9 E 29 0 2 117 5A 4D
Octal 325 222 371 16 51 0 2 427 132 115
Binary 11010101 10010010 11111001 1110 101001 0 10 100010111 1011010 1001101

Color Harmonies of #D592F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592F9

Black with #D592F9

Text Example


Text Example

White with #D592F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592F9; }

 p { color: rgb(213,146,249); }

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

background-color css

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

 a { background-color: rgb(213,146,249); }

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

border-color css

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

 span { border-color: rgb(213,146,249); }

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