Html Css Color HEX #D792FC Mauve

📋 copy color: '#D792FC'

red 215 ◦ green 146 ◦ blue 252

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

Shades of Mauve #D792FC

Tints of Mauve #D792FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.11%

R = 35.07%
G = 23.82%
B = 41.11%

CMYK

 C value IS 0.15

 M value IS 0.42

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D792FC (or 0xD792FC) is known color: Mauve. HEX triplet: D7, 92 and FC. RGB value is (215,146,252). Sum of RGB (Red+Green+Blue) = 215+146+252=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 146 (57.42% from 255 or 23.82% from 613); Blue value is 252 (98.83% from 255 or 41.11% from 613); Max value from RGB is 252 - color contains mainly: blue. Hex color #D792FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D792FC is #286D03. Grayscale: #B2B2B2. Windows color (decimal): -2649348 or 16552663. OLE color: 16552663.

HSL color Cylindrical-coordinate representation of color #D792FC: hue angle of 279.06º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D792FC is Cyan = 0.15, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 146 252 -
CMYK 0.15 0.42 0 0.01
HSL 279.06º 0.95% 0.78% -
HSV(B) 279.06º 0.42% 0.99% -
XYZ 55.87 42.03 97.26 -
YUV 178.72 169.36 153.88 -
System Red Green Blue C M Y K H S L
Decimal 215 146 252 0.15 0.42 0 0.01 279.06 0.95 0.78
Hex D7 92 FC F 2A 0 1 117 5F 4E
Octal 327 222 374 17 52 0 1 427 137 116
Binary 11010111 10010010 11111100 1111 101010 0 1 100010111 1011111 1001110

Color Harmonies of #D792FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D792FC

Black with #D792FC

Text Example


Text Example

White with #D792FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D792FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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