Html Css Color HEX #D798FC Mauve

📋 copy color: '#D798FC'

red 215 ◦ green 152 ◦ blue 252

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

Shades of Mauve #D798FC

Tints of Mauve #D798FC

RGB

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

 GREEN value IS 152 (59.77% from 255) = 24.56%

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

R = 34.73%
G = 24.56%
B = 40.71%

CMYK

 C value IS 0.15

 M value IS 0.40

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#D798FC (or 0xD798FC) is known color: Mauve. HEX triplet: D7, 98 and FC. RGB value is (215,152,252). Sum of RGB (Red+Green+Blue) = 215+152+252=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 152 (59.77% from 255 or 24.56% from 619); Blue value is 252 (98.83% from 255 or 40.71% from 619); Max value from RGB is 252 - color contains mainly: blue. Hex color #D798FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D798FC is #286703. Grayscale: #B5B5B5. Windows color (decimal): -2647812 or 16554199. OLE color: 16554199.

HSL color Cylindrical-coordinate representation of color #D798FC: hue angle of 277.8º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D798FC is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 215 152 252 -
CMYK 0.15 0.40 0 0.01
HSL 277.8º 0.94% 0.79% -
HSV(B) 277.8º 0.4% 0.99% -
XYZ 56.82 43.93 97.58 -
YUV 182.24 167.37 151.37 -
System Red Green Blue C M Y K H S L
Decimal 215 152 252 0.15 0.40 0 0.01 277.8 0.94 0.79
Hex D7 98 FC F 28 0 1 116 5E 4F
Octal 327 230 374 17 50 0 1 426 136 117
Binary 11010111 10011000 11111100 1111 101000 0 1 100010110 1011110 1001111

Color Harmonies of #D798FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D798FC

Black with #D798FC

Text Example


Text Example

White with #D798FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D798FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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