Html Css Color HEX #D392FE Mauve

📋 copy color: '#D392FE'

red 211 ◦ green 146 ◦ blue 254

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

Shades of Mauve #D392FE

Tints of Mauve #D392FE

RGB

 RED value IS 211 (82.81% from 255) = 34.53%

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

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

R = 34.53%
G = 23.9%
B = 41.57%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D392FE (or 0xD392FE) is known color: Mauve. HEX triplet: D3, 92 and FE. RGB value is (211,146,254). Sum of RGB (Red+Green+Blue) = 211+146+254=611 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.53% from 611); Green value is 146 (57.42% from 255 or 23.90% from 611); Blue value is 254 (99.61% from 255 or 41.57% from 611); Max value from RGB is 254 - color contains mainly: blue. Hex color #D392FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D392FE is #2C6D01. Grayscale: #B1B1B1. Windows color (decimal): -2911490 or 16683731. OLE color: 16683731.

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

Color convert

RGB 211 146 254 -
CMYK 0.17 0.43 0 0.00
HSL 276.11º 0.98% 0.78% -
HSV(B) 276.11º 0.43% 1% -
XYZ 55.03 41.56 98.89 -
YUV 177.75 171.03 151.72 -
System Red Green Blue C M Y K H S L
Decimal 211 146 254 0.17 0.43 0 0.00 276.11 0.98 0.78
Hex D3 92 FE 11 2B 0 0 114 62 4E
Octal 323 222 376 21 53 0 0 424 142 116
Binary 11010011 10010010 11111110 10001 101011 0 0 100010100 1100010 1001110

Color Harmonies of #D392FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392FE

Black with #D392FE

Text Example


Text Example

White with #D392FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392FE; }

 p { color: rgb(211,146,254); }

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

background-color css

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

 a { background-color: rgb(211,146,254); }

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

border-color css

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

 span { border-color: rgb(211,146,254); }

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