Shades of Pink Flare #D1B2B5
Tints of Pink Flare #D1B2B5
RGB
CMYK
RGB Variations
Color information
#D1B2B5 (or 0xD1B2B5) is known color: Pink Flare. HEX triplet: D1, B2 and B5. RGB value is (209,178,181). Sum of RGB (Red+Green+Blue) = 209+178+181=568 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.80% from 568); Green value is 178 (69.92% from 255 or 31.34% from 568); Blue value is 181 (71.09% from 255 or 31.87% from 568); Max value from RGB is 209 - color contains mainly: red. Hex color #D1B2B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D1B2B5 is #2E4D4A. Grayscale: #BBBBBB. Windows color (decimal): -3034443 or 11907793. OLE color: 11907793.
HSL color Cylindrical-coordinate representation of color #D1B2B5: hue angle of 354.19º degrees, saturation: 0.25, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1B2B5 is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
RGB | 209 | 178 | 181 | - |
CMYK | 0 | 0.15 | 0.13 | 0.18 |
HSL | 354.19º | 0.25% | 0.76% | - |
HSV(B) | 354.19º | 0.15% | 0.82% | - |
XYZ | 50.56 | 48.73 | 50.46 | - |
YUV | 187.61 | 124.27 | 143.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 209 | 178 | 181 | 0 | 0.15 | 0.13 | 0.18 | 354.19 | 0.25 | 0.76 |
Hex | D1 | B2 | B5 | 0 | F | D | 12 | 162 | 19 | 4C |
Octal | 321 | 262 | 265 | 0 | 17 | 15 | 22 | 542 | 31 | 114 |
Binary | 11010001 | 10110010 | 10110101 | 0 | 1111 | 1101 | 10010 | 101100010 | 11001 | 1001100 |
Color Harmonies of #D1B2B5
Complementary color
Monochromatic Colors of #D1B2B5
Black with #D1B2B5
Text Example
Text Example
White with #D1B2B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1B2B5; }
p { color: rgb(209,178,181); }
H1.HeaderClassName
{
color: #D1B2B5;
}
.AnyTagClassName
{
color: #D1B2B5;
}
</style>
background-color css
<style>
a { background-color: #D1B2B5; }
a { background-color: rgb(209,178,181); }
div.DivClassName
{
background-color: #D1B2B5;
}
.BgClassName
{
background-color: #D1B2B5;
}
</style>
border-color css
<style>
span { border-color: #D1B2B5; }
span { border-color: rgb(209,178,181); }
td.TdClassName
{
border-color: #D1B2B5;
}
.TagClassName
{
border-color: #D1B2B5;
}
</style>