Html Css Color HEX #D792FA Mauve

📋 copy color: '#D792FA'

red 215 ◦ green 146 ◦ blue 250

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

Shades of Mauve #D792FA

Tints of Mauve #D792FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.92%

R = 35.19%
G = 23.9%
B = 40.92%

CMYK

 C value IS 0.14

 M value IS 0.42

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D792FA (or 0xD792FA) is known color: Mauve. HEX triplet: D7, 92 and FA. RGB value is (215,146,250). Sum of RGB (Red+Green+Blue) = 215+146+250=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 146 (57.42% from 255 or 23.90% from 611); Blue value is 250 (98.05% from 255 or 40.92% from 611); Max value from RGB is 250 - color contains mainly: blue. Hex color #D792FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D792FA is #286D05. Grayscale: #B2B2B2. Windows color (decimal): -2649350 or 16421591. OLE color: 16421591.

HSL color Cylindrical-coordinate representation of color #D792FA: hue angle of 279.81º degrees, saturation: 0.91, 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 #D792FA is Cyan = 0.14, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 146 250 -
CMYK 0.14 0.42 0 0.02
HSL 279.81º 0.91% 0.78% -
HSV(B) 279.81º 0.42% 0.98% -
XYZ 55.56 41.91 95.6 -
YUV 178.49 168.36 154.04 -
System Red Green Blue C M Y K H S L
Decimal 215 146 250 0.14 0.42 0 0.02 279.81 0.91 0.78
Hex D7 92 FA E 2A 0 2 118 5B 4E
Octal 327 222 372 16 52 0 2 430 133 116
Binary 11010111 10010010 11111010 1110 101010 0 10 100011000 1011011 1001110

Color Harmonies of #D792FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D792FA

Black with #D792FA

Text Example


Text Example

White with #D792FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D792FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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