#D092FD

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

Shades of Mauve #D092FD

Tints of Mauve #D092FD

Color information

#D092FD (or 0xD092FD) is unknown color: approx Mauve. HEX triplet: D0, 92 and FD. RGB value is (208,146,253). Sum of RGB (Red+Green+Blue) = 208+146+253=607 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.27% from 607); Green value is 146 (57.42% from 255 or 24.05% from 607); Blue value is 253 (99.22% from 255 or 41.68% from 607); Max value from RGB is 253 - color contains mainly: blue. Hex color #D092FD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D092FD is #2F6D02. Grayscale: #B0B0B0. Windows color (decimal): -3108099 or 16618192. OLE color: 16618192.

HSL color Cylindrical-coordinate representation of color #D092FD: hue angle of 274.77º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D092FD is Cyan = 0.18, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB208146253-
CMYK0.180.4200.01
HSL274.77º96.4%78.24%-
HSV(B)274.77º42.29%99.22%-
XYZ54.0241.0698.01-
YUV176.74171.04150.3-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.27%
GREEN value IS 146 (57.42% from 255) = 24.05%
BLUE value IS 253 (99.22% from 255) = 41.68%
R=34.27%
G=24.05%
B=41.68%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2081462530.180.4200.01274.7796.478.24
HexD092FD122A01113604e
Octal320222375225201423140116
Binary110100001001001011111101100101010100110001001111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D092FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D092FD; }

 p { color: rgb(208,146,253); }

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

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

 a { background-color: rgb(208,146,253); }

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

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

 span { border-color: rgb(208,146,253); }

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