Html Css Color HEX #D796FC Mauve

📋 copy color: '#D796FC'

red 215 ◦ green 150 ◦ blue 252

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

Shades of Mauve #D796FC

Tints of Mauve #D796FC

RGB

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

 GREEN value IS 150 (58.98% from 255) = 24.31%

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

R = 34.85%
G = 24.31%
B = 40.84%

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

#D796FC (or 0xD796FC) is known color: Mauve. HEX triplet: D7, 96 and FC. RGB value is (215,150,252). Sum of RGB (Red+Green+Blue) = 215+150+252=617 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.85% from 617); Green value is 150 (58.98% from 255 or 24.31% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #D796FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D796FC is #286903. Grayscale: #B4B4B4. Windows color (decimal): -2648324 or 16553687. OLE color: 16553687.

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

Color convert

RGB 215 150 252 -
CMYK 0.15 0.40 0 0.01
HSL 278.24º 0.94% 0.79% -
HSV(B) 278.24º 0.4% 0.99% -
XYZ 56.5 43.29 97.47 -
YUV 181.06 168.03 152.21 -
System Red Green Blue C M Y K H S L
Decimal 215 150 252 0.15 0.40 0 0.01 278.24 0.94 0.79
Hex D7 96 FC F 28 0 1 116 5E 4F
Octal 327 226 374 17 50 0 1 426 136 117
Binary 11010111 10010110 11111100 1111 101000 0 1 100010110 1011110 1001111

Color Harmonies of #D796FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D796FC

Black with #D796FC

Text Example


Text Example

White with #D796FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D796FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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