Shades of Pink Flare #D3B3B4
Tints of Pink Flare #D3B3B4
RGB
CMYK
RGB Variations
Color information
#D3B3B4 (or 0xD3B3B4) is known color: Pink Flare. HEX triplet: D3, B3 and B4. RGB value is (211,179,180). Sum of RGB (Red+Green+Blue) = 211+179+180=570 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.02% from 570); Green value is 179 (70.31% from 255 or 31.40% from 570); Blue value is 180 (70.70% from 255 or 31.58% from 570); Max value from RGB is 211 - color contains mainly: red. Hex color #D3B3B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3B3B4 is #2C4C4B. Grayscale: #BCBCBC. Windows color (decimal): -2903116 or 11842515. OLE color: 11842515.
HSL color Cylindrical-coordinate representation of color #D3B3B4: hue angle of 358.12º degrees, saturation: 0.27, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3B3B4 is Cyan = 0, Magento = 0.15, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 179 | 180 | - |
| CMYK | 0 | 0.15 | 0.15 | 0.17 |
| HSL | 358.13º | 0.27% | 0.76% | - |
| HSV(B) | 358.13º | 0.15% | 0.83% | - |
| XYZ | 51.22 | 49.38 | 50.01 | - |
| YUV | 188.68 | 123.1 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 179 | 180 | 0 | 0.15 | 0.15 | 0.17 | 358.13 | 0.27 | 0.76 |
| Hex | D3 | B3 | B4 | 0 | F | F | 11 | 166 | 1B | 4C |
| Octal | 323 | 263 | 264 | 0 | 17 | 17 | 21 | 546 | 33 | 114 |
| Binary | 11010011 | 10110011 | 10110100 | 0 | 1111 | 1111 | 10001 | 101100110 | 11011 | 1001100 |
Color Harmonies of #D3B3B4
Complementary color
Monochromatic Colors of #D3B3B4
Black with #D3B3B4
Text Example
Text Example
White with #D3B3B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3B3B4; }
p { color: rgb(211,179,180); }
H1.HeaderClassName
{
color: #D3B3B4;
}
.AnyTagClassName
{
color: #D3B3B4;
}
</style>
background-color css
<style>
a { background-color: #D3B3B4; }
a { background-color: rgb(211,179,180); }
div.DivClassName
{
background-color: #D3B3B4;
}
.BgClassName
{
background-color: #D3B3B4;
}
</style>
border-color css
<style>
span { border-color: #D3B3B4; }
span { border-color: rgb(211,179,180); }
td.TdClassName
{
border-color: #D3B3B4;
}
.TagClassName
{
border-color: #D3B3B4;
}
</style>