Html Css Color HEX #D795FF Mauve

📋 copy color: '#D795FF'

red 215 ◦ green 149 ◦ blue 255

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

Shades of Mauve #D795FF

Tints of Mauve #D795FF

RGB

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

 GREEN value IS 149 (58.59% from 255) = 24.07%

 BLUE value IS 255 (100% from 255) = 41.2%

R = 34.73%
G = 24.07%
B = 41.2%

CMYK

 C value IS 0.16

 M value IS 0.42

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#D795FF (or 0xD795FF) is known color: Mauve. HEX triplet: D7, 95 and FF. RGB value is (215,149,255). Sum of RGB (Red+Green+Blue) = 215+149+255=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 149 (58.59% from 255 or 24.07% from 619); Blue value is 255 (100% from 255 or 41.20% from 619); Max value from RGB is 255 - color contains mainly: blue. Hex color #D795FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D795FF is #286A00. Grayscale: #B4B4B4. Windows color (decimal): -2648577 or 16750039. OLE color: 16750039.

HSL color Cylindrical-coordinate representation of color #D795FF: hue angle of 277.36º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D795FF is Cyan = 0.16, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 215 149 255 -
CMYK 0.16 0.42 0 0
HSL 277.36º 1% 0.79% -
HSV(B) 277.36º 0.42% 1% -
XYZ 56.82 43.16 99.94 -
YUV 180.82 169.87 152.38 -
System Red Green Blue C M Y K H S L
Decimal 215 149 255 0.16 0.42 0 0 277.36 1 0.79
Hex D7 95 FF 10 2A 0 0 115 64 4F
Octal 327 225 377 20 52 0 0 425 144 117
Binary 11010111 10010101 11111111 10000 101010 0 0 100010101 1100100 1001111

Color Harmonies of #D795FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795FF

Black with #D795FF

Text Example


Text Example

White with #D795FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795FF; }

 p { color: rgb(215,149,255); }

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

background-color css

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

 a { background-color: rgb(215,149,255); }

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

border-color css

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

 span { border-color: rgb(215,149,255); }

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