Html Css Color HEX #D792FF Mauve

📋 copy color: '#D792FF'

red 215 ◦ green 146 ◦ blue 255

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

Shades of Mauve #D792FF

Tints of Mauve #D792FF

RGB

 RED value IS 215 (84.38% from 255) = 34.9%

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

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

R = 34.9%
G = 23.7%
B = 41.4%

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

#D792FF (or 0xD792FF) is known color: Mauve. HEX triplet: D7, 92 and FF. RGB value is (215,146,255). Sum of RGB (Red+Green+Blue) = 215+146+255=616 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.90% from 616); Green value is 146 (57.42% from 255 or 23.70% from 616); Blue value is 255 (100% from 255 or 41.40% from 616); Max value from RGB is 255 - color contains mainly: blue. Hex color #D792FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D792FF is #286D00. Grayscale: #B2B2B2. Windows color (decimal): -2649345 or 16749271. OLE color: 16749271.

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

Color convert

RGB 215 146 255 -
CMYK 0.16 0.43 0 0
HSL 277.98º 1% 0.79% -
HSV(B) 277.98º 0.43% 1% -
XYZ 56.35 42.22 99.79 -
YUV 179.06 170.86 153.64 -
System Red Green Blue C M Y K H S L
Decimal 215 146 255 0.16 0.43 0 0 277.98 1 0.79
Hex D7 92 FF 10 2B 0 0 116 64 4F
Octal 327 222 377 20 53 0 0 426 144 117
Binary 11010111 10010010 11111111 10000 101011 0 0 100010110 1100100 1001111

Color Harmonies of #D792FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D792FF

Black with #D792FF

Text Example


Text Example

White with #D792FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D792FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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