Shades of Mauve #D092FD
Tints of Mauve #D092FD
RGB
CMYK
RGB Variations
Color information
#D092FD (or 0xD092FD) is known color: 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
RGB | 208 | 146 | 253 | - |
CMYK | 0.18 | 0.42 | 0 | 0.01 |
HSL | 274.77º | 0.96% | 0.78% | - |
HSV(B) | 274.77º | 0.42% | 0.99% | - |
XYZ | 54.02 | 41.06 | 98.01 | - |
YUV | 176.74 | 171.04 | 150.3 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 208 | 146 | 253 | 0.18 | 0.42 | 0 | 0.01 | 274.77 | 0.96 | 0.78 |
Hex | D0 | 92 | FD | 12 | 2A | 0 | 1 | 113 | 60 | 4E |
Octal | 320 | 222 | 375 | 22 | 52 | 0 | 1 | 423 | 140 | 116 |
Binary | 11010000 | 10010010 | 11111101 | 10010 | 101010 | 0 | 1 | 100010011 | 1100000 | 1001110 |
Color Harmonies of #D092FD
Complementary color
Monochromatic Colors of #D092FD
Black with #D092FD
Text Example
Text Example
White with #D092FD
Text Example
Text Example
HTML Codes & Css Web 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>