Html Css Color HEX #D792FE Mauve

📋 copy color: '#D792FE'

red 215 ◦ green 146 ◦ blue 254

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

Shades of Mauve #D792FE

Tints of Mauve #D792FE

RGB

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

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

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

R = 34.96%
G = 23.74%
B = 41.3%

CMYK

 C value IS 0.15

 M value IS 0.43

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#D792FE (or 0xD792FE) is known color: Mauve. HEX triplet: D7, 92 and FE. RGB value is (215,146,254). Sum of RGB (Red+Green+Blue) = 215+146+254=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 146 (57.42% from 255 or 23.74% from 615); Blue value is 254 (99.61% from 255 or 41.30% from 615); Max value from RGB is 254 - color contains mainly: blue. Hex color #D792FE is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D792FE is #286D01. Grayscale: #B2B2B2. Windows color (decimal): -2649346 or 16683735. OLE color: 16683735.

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

Color convert

RGB 215 146 254 -
CMYK 0.15 0.43 0 0.00
HSL 278.33º 0.98% 0.78% -
HSV(B) 278.33º 0.43% 1% -
XYZ 56.19 42.16 98.94 -
YUV 178.94 170.36 153.72 -
System Red Green Blue C M Y K H S L
Decimal 215 146 254 0.15 0.43 0 0.00 278.33 0.98 0.78
Hex D7 92 FE F 2B 0 0 116 62 4E
Octal 327 222 376 17 53 0 0 426 142 116
Binary 11010111 10010010 11111110 1111 101011 0 0 100010110 1100010 1001110

Color Harmonies of #D792FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D792FE

Black with #D792FE

Text Example


Text Example

White with #D792FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D792FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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