Html Css Color HEX #D592FF Mauve

📋 copy color: '#D592FF'

red 213 ◦ green 146 ◦ blue 255

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

Shades of Mauve #D592FF

Tints of Mauve #D592FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 41.53%

R = 34.69%
G = 23.78%
B = 41.53%

CMYK

 C value IS 0.16

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D592FF (or 0xD592FF) is known color: Mauve. HEX triplet: D5, 92 and FF. RGB value is (213,146,255). Sum of RGB (Red+Green+Blue) = 213+146+255=614 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.69% from 614); Green value is 146 (57.42% from 255 or 23.78% from 614); Blue value is 255 (100% from 255 or 41.53% from 614); Max value from RGB is 255 - color contains mainly: blue. Hex color #D592FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D592FF is #2A6D00. Grayscale: #B2B2B2. Windows color (decimal): -2780417 or 16749269. OLE color: 16749269.

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

Color convert

RGB 213 146 255 -
CMYK 0.16 0.43 0 0
HSL 276.88º 1% 0.79% -
HSV(B) 276.88º 0.43% 1% -
XYZ 55.77 41.92 99.76 -
YUV 178.46 171.2 152.64 -
System Red Green Blue C M Y K H S L
Decimal 213 146 255 0.16 0.43 0 0 276.88 1 0.79
Hex D5 92 FF 10 2B 0 0 115 64 4F
Octal 325 222 377 20 53 0 0 425 144 117
Binary 11010101 10010010 11111111 10000 101011 0 0 100010101 1100100 1001111

Color Harmonies of #D592FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D592FF

Black with #D592FF

Text Example


Text Example

White with #D592FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D592FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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