Html Css Color HEX #D392FF Mauve

📋 copy color: '#D392FF'

red 211 ◦ green 146 ◦ blue 255

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

Shades of Mauve #D392FF

Tints of Mauve #D392FF

RGB

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

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

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

R = 34.48%
G = 23.86%
B = 41.67%

CMYK

 C value IS 0.17

 M value IS 0.43

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D392FF (or 0xD392FF) is known color: Mauve. HEX triplet: D3, 92 and FF. RGB value is (211,146,255). Sum of RGB (Red+Green+Blue) = 211+146+255=612 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.48% from 612); Green value is 146 (57.42% from 255 or 23.86% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #D392FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D392FF is #2C6D00. Grayscale: #B1B1B1. Windows color (decimal): -2911489 or 16749267. OLE color: 16749267.

HSL color Cylindrical-coordinate representation of color #D392FF: hue angle of 275.78º 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 #D392FF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 211 146 255 -
CMYK 0.17 0.43 0 0
HSL 275.78º 1% 0.79% -
HSV(B) 275.78º 0.43% 1% -
XYZ 55.19 41.63 99.73 -
YUV 177.86 171.53 151.64 -
System Red Green Blue C M Y K H S L
Decimal 211 146 255 0.17 0.43 0 0 275.78 1 0.79
Hex D3 92 FF 11 2B 0 0 114 64 4F
Octal 323 222 377 21 53 0 0 424 144 117
Binary 11010011 10010010 11111111 10001 101011 0 0 100010100 1100100 1001111

Color Harmonies of #D392FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D392FF

Black with #D392FF

Text Example


Text Example

White with #D392FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D392FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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