Shades of Pink Flare #D0BBBD
Tints of Pink Flare #D0BBBD
RGB
CMYK
RGB Variations
Color information
#D0BBBD (or 0xD0BBBD) is known color: Pink Flare. HEX triplet: D0, BB and BD. RGB value is (208,187,189). Sum of RGB (Red+Green+Blue) = 208+187+189=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 189 (74.22% from 255 or 32.36% from 584); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0BBBD is #2F4442. Grayscale: #C1C1C1. Windows color (decimal): -3097667 or 12434384. OLE color: 12434384.
HSL color Cylindrical-coordinate representation of color #D0BBBD: hue angle of 354.29º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D0BBBD is Cyan = 0, Magento = 0.10, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 187 | 189 | - |
| CMYK | 0 | 0.10 | 0.09 | 0.18 |
| HSL | 354.29º | 0.18% | 0.77% | - |
| HSV(B) | 354.29º | 0.1% | 0.82% | - |
| XYZ | 52.97 | 52.62 | 55.51 | - |
| YUV | 193.51 | 125.46 | 138.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 187 | 189 | 0 | 0.10 | 0.09 | 0.18 | 354.29 | 0.18 | 0.77 |
| Hex | D0 | BB | BD | 0 | A | 9 | 12 | 162 | 12 | 4D |
| Octal | 320 | 273 | 275 | 0 | 12 | 11 | 22 | 542 | 22 | 115 |
| Binary | 11010000 | 10111011 | 10111101 | 0 | 1010 | 1001 | 10010 | 101100010 | 10010 | 1001101 |
Color Harmonies of #D0BBBD
Complementary color
Monochromatic Colors of #D0BBBD
Black with #D0BBBD
Text Example
Text Example
White with #D0BBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0BBBD; }
p { color: rgb(208,187,189); }
H1.HeaderClassName
{
color: #D0BBBD;
}
.AnyTagClassName
{
color: #D0BBBD;
}
</style>
background-color css
<style>
a { background-color: #D0BBBD; }
a { background-color: rgb(208,187,189); }
div.DivClassName
{
background-color: #D0BBBD;
}
.BgClassName
{
background-color: #D0BBBD;
}
</style>
border-color css
<style>
span { border-color: #D0BBBD; }
span { border-color: rgb(208,187,189); }
td.TdClassName
{
border-color: #D0BBBD;
}
.TagClassName
{
border-color: #D0BBBD;
}
</style>