Html Css Color HEX #D795FA Mauve

📋 copy color: '#D795FA'

red 215 ◦ green 149 ◦ blue 250

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

Shades of Mauve #D795FA

Tints of Mauve #D795FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 40.72%

R = 35.02%
G = 24.27%
B = 40.72%

CMYK

 C value IS 0.14

 M value IS 0.40

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D795FA (or 0xD795FA) is known color: Mauve. HEX triplet: D7, 95 and FA. RGB value is (215,149,250). Sum of RGB (Red+Green+Blue) = 215+149+250=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 149 (58.59% from 255 or 24.27% from 614); Blue value is 250 (98.05% from 255 or 40.72% from 614); Max value from RGB is 250 - color contains mainly: blue. Hex color #D795FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D795FA is #286A05. Grayscale: #B3B3B3. Windows color (decimal): -2648582 or 16422359. OLE color: 16422359.

HSL color Cylindrical-coordinate representation of color #D795FA: hue angle of 279.21º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D795FA is Cyan = 0.14, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 215 149 250 -
CMYK 0.14 0.40 0 0.02
HSL 279.21º 0.91% 0.78% -
HSV(B) 279.21º 0.4% 0.98% -
XYZ 56.03 42.84 95.76 -
YUV 180.25 167.37 152.79 -
System Red Green Blue C M Y K H S L
Decimal 215 149 250 0.14 0.40 0 0.02 279.21 0.91 0.78
Hex D7 95 FA E 28 0 2 117 5B 4E
Octal 327 225 372 16 50 0 2 427 133 116
Binary 11010111 10010101 11111010 1110 101000 0 10 100010111 1011011 1001110

Color Harmonies of #D795FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D795FA

Black with #D795FA

Text Example


Text Example

White with #D795FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D795FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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