Html Css Color HEX #D392FB Mauve

📋 copy color: '#D392FB'

red 211 ◦ green 146 ◦ blue 251

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

Shades of Mauve #D392FB

Tints of Mauve #D392FB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.28%

R = 34.7%
G = 24.01%
B = 41.28%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D392FB (or 0xD392FB) is known color: Mauve. HEX triplet: D3, 92 and FB. RGB value is (211,146,251). Sum of RGB (Red+Green+Blue) = 211+146+251=608 (80% of max value = 765). Red value is 211 (82.81% from 255 or 34.70% from 608); Green value is 146 (57.42% from 255 or 24.01% from 608); Blue value is 251 (98.44% from 255 or 41.28% from 608); Max value from RGB is 251 - color contains mainly: blue. Hex color #D392FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D392FB is #2C6D04. Grayscale: #B1B1B1. Windows color (decimal): -2911493 or 16487123. OLE color: 16487123.

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

Color convert

RGB 211 146 251 -
CMYK 0.16 0.42 0 0.02
HSL 277.14º 0.93% 0.78% -
HSV(B) 277.14º 0.42% 0.98% -
XYZ 54.56 41.37 96.38 -
YUV 177.41 169.53 151.96 -
System Red Green Blue C M Y K H S L
Decimal 211 146 251 0.16 0.42 0 0.02 277.14 0.93 0.78
Hex D3 92 FB 10 2A 0 2 115 5D 4E
Octal 323 222 373 20 52 0 2 425 135 116
Binary 11010011 10010010 11111011 10000 101010 0 10 100010101 1011101 1001110

Color Harmonies of #D392FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392FB

Black with #D392FB

Text Example


Text Example

White with #D392FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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