Html Css Color HEX #D592FC Mauve

📋 copy color: '#D592FC'

red 213 ◦ green 146 ◦ blue 252

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

Shades of Mauve #D592FC

Tints of Mauve #D592FC

RGB

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

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

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

R = 34.86%
G = 23.9%
B = 41.24%

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

#D592FC (or 0xD592FC) is known color: Mauve. HEX triplet: D5, 92 and FC. RGB value is (213,146,252). Sum of RGB (Red+Green+Blue) = 213+146+252=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 146 (57.42% from 255 or 23.90% from 611); Blue value is 252 (98.83% from 255 or 41.24% from 611); Max value from RGB is 252 - color contains mainly: blue. Hex color #D592FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592FC is #2A6D03. Grayscale: #B1B1B1. Windows color (decimal): -2780420 or 16552661. OLE color: 16552661.

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

Color convert

RGB 213 146 252 -
CMYK 0.15 0.42 0 0.01
HSL 277.92º 0.95% 0.78% -
HSV(B) 277.92º 0.42% 0.99% -
XYZ 55.29 41.73 97.24 -
YUV 178.12 169.7 152.88 -
System Red Green Blue C M Y K H S L
Decimal 213 146 252 0.15 0.42 0 0.01 277.92 0.95 0.78
Hex D5 92 FC F 2A 0 1 116 5F 4E
Octal 325 222 374 17 52 0 1 426 137 116
Binary 11010101 10010010 11111100 1111 101010 0 1 100010110 1011111 1001110

Color Harmonies of #D592FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592FC

Black with #D592FC

Text Example


Text Example

White with #D592FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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