Shades of Pink Flare #D0B4B9
Tints of Pink Flare #D0B4B9
RGB
CMYK
RGB Variations
Color information
#D0B4B9 (or 0xD0B4B9) is known color: Pink Flare. HEX triplet: D0, B4 and B9. RGB value is (208,180,185). Sum of RGB (Red+Green+Blue) = 208+180+185=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 185 (72.66% from 255 or 32.29% from 573); Max value from RGB is 208 - color contains mainly: red. Hex color #D0B4B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0B4B9 is #2F4B46. Grayscale: #BCBCBC. Windows color (decimal): -3099463 or 12170448. OLE color: 12170448.
HSL color Cylindrical-coordinate representation of color #D0B4B9: hue angle of 349.29º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D0B4B9 is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 180 | 185 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.18 |
| HSL | 349.29º | 0.23% | 0.76% | - |
| HSV(B) | 349.29º | 0.13% | 0.82% | - |
| XYZ | 51.09 | 49.56 | 52.77 | - |
| YUV | 188.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 180 | 185 | 0 | 0.13 | 0.11 | 0.18 | 349.29 | 0.23 | 0.76 |
| Hex | D0 | B4 | B9 | 0 | D | B | 12 | 15D | 17 | 4C |
| Octal | 320 | 264 | 271 | 0 | 15 | 13 | 22 | 535 | 27 | 114 |
| Binary | 11010000 | 10110100 | 10111001 | 0 | 1101 | 1011 | 10010 | 101011101 | 10111 | 1001100 |
Color Harmonies of #D0B4B9
Complementary color
Monochromatic Colors of #D0B4B9
Black with #D0B4B9
Text Example
Text Example
White with #D0B4B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0B4B9; }
p { color: rgb(208,180,185); }
H1.HeaderClassName
{
color: #D0B4B9;
}
.AnyTagClassName
{
color: #D0B4B9;
}
</style>
background-color css
<style>
a { background-color: #D0B4B9; }
a { background-color: rgb(208,180,185); }
div.DivClassName
{
background-color: #D0B4B9;
}
.BgClassName
{
background-color: #D0B4B9;
}
</style>
border-color css
<style>
span { border-color: #D0B4B9; }
span { border-color: rgb(208,180,185); }
td.TdClassName
{
border-color: #D0B4B9;
}
.TagClassName
{
border-color: #D0B4B9;
}
</style>