Shades of Pink Flare #DBB2B3
Tints of Pink Flare #DBB2B3
RGB
CMYK
RGB Variations
Color information
#DBB2B3 (or 0xDBB2B3) is known color: Pink Flare. HEX triplet: DB, B2 and B3. RGB value is (219,178,179). Sum of RGB (Red+Green+Blue) = 219+178+179=576 (76% of max value = 765). Red value is 219 (85.94% from 255 or 38.02% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 179 (70.31% from 255 or 31.08% from 576); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DBB2B3 is #244D4C. Grayscale: #BEBEBE. Windows color (decimal): -2379085 or 11776731. OLE color: 11776731.
HSL color Cylindrical-coordinate representation of color #DBB2B3: hue angle of 358.54º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBB2B3 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 178 | 179 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.14 |
| HSL | 358.54º | 0.36% | 0.78% | - |
| HSV(B) | 358.54º | 0.19% | 0.86% | - |
| XYZ | 53.27 | 50.16 | 49.52 | - |
| YUV | 190.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 178 | 179 | 0 | 0.19 | 0.18 | 0.14 | 358.54 | 0.36 | 0.78 |
| Hex | DB | B2 | B3 | 0 | 13 | 12 | E | 167 | 24 | 4E |
| Octal | 333 | 262 | 263 | 0 | 23 | 22 | 16 | 547 | 44 | 116 |
| Binary | 11011011 | 10110010 | 10110011 | 0 | 10011 | 10010 | 1110 | 101100111 | 100100 | 1001110 |
Color Harmonies of #DBB2B3
Complementary color
Monochromatic Colors of #DBB2B3
Black with #DBB2B3
Text Example
Text Example
White with #DBB2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DBB2B3; }
p { color: rgb(219,178,179); }
H1.HeaderClassName
{
color: #DBB2B3;
}
.AnyTagClassName
{
color: #DBB2B3;
}
</style>
background-color css
<style>
a { background-color: #DBB2B3; }
a { background-color: rgb(219,178,179); }
div.DivClassName
{
background-color: #DBB2B3;
}
.BgClassName
{
background-color: #DBB2B3;
}
</style>
border-color css
<style>
span { border-color: #DBB2B3; }
span { border-color: rgb(219,178,179); }
td.TdClassName
{
border-color: #DBB2B3;
}
.TagClassName
{
border-color: #DBB2B3;
}
</style>