#D293FF

Color #D293FF Mauve (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve #D293FF

Tints of Mauve #D293FF

Color information

#D293FF (or 0xD293FF) is unknown color: approx Mauve. HEX triplet: D2, 93 and FF. RGB value is (210,147,255). Sum of RGB (Red+Green+Blue) = 210+147+255=612 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.31% from 612); Green value is 147 (57.81% from 255 or 24.02% from 612); Blue value is 255 (100% from 255 or 41.67% from 612); Max value from RGB is 255 - color contains mainly: blue. Hex color #D293FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D293FF is #2D6C00. Grayscale: #B1B1B1. Windows color (decimal): -2976769 or 16749522. OLE color: 16749522.

HSL color Cylindrical-coordinate representation of color #D293FF: hue angle of 275º 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 #D293FF is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB210147255-
CMYK0.180.4200
HSL275º100%78.82%-
HSV(B)275º42.35%100%-
XYZ55.0641.7999.77-
YUV178.15171.37150.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.31%
GREEN value IS 147 (57.81% from 255) = 24.02%
BLUE value IS 255 (100% from 255) = 41.67%
R=34.31%
G=24.02%
B=41.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2101472550.180.420027510078.82
HexD293FF122A00113644f
Octal322223377225200423144117
Binary110100101001001111111111100101010100010001001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D293FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D293FF; }

 p { color: rgb(210,147,255); }

 H1.HeaderClassName
 {
   color: #D293FF;
 }
 .AnyTagClassName
 {
   color: #D293FF;
 }
</style>
background-color css

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

 a { background-color: rgb(210,147,255); }

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

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

 span { border-color: rgb(210,147,255); }

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