Shades of Pink Flare #DCB2B3
Tints of Pink Flare #DCB2B3
RGB
CMYK
RGB Variations
Color information
#DCB2B3 (or 0xDCB2B3) is known color: Pink Flare. HEX triplet: DC, B2 and B3. RGB value is (220,178,179). Sum of RGB (Red+Green+Blue) = 220+178+179=577 (76% of max value = 765). Red value is 220 (86.33% from 255 or 38.13% from 577); Green value is 178 (69.92% from 255 or 30.85% from 577); Blue value is 179 (70.31% from 255 or 31.02% from 577); Max value from RGB is 220 - color contains mainly: red. Hex color #DCB2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DCB2B3 is #234D4C. Grayscale: #BEBEBE. Windows color (decimal): -2313549 or 11776732. OLE color: 11776732.
HSL color Cylindrical-coordinate representation of color #DCB2B3: hue angle of 358.57º degrees, saturation: 0.38, 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 #DCB2B3 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 178 | 179 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.14 |
| HSL | 358.57º | 0.38% | 0.78% | - |
| HSV(B) | 358.57º | 0.19% | 0.86% | - |
| XYZ | 53.57 | 50.31 | 49.54 | - |
| YUV | 190.67 | 121.41 | 148.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 178 | 179 | 0 | 0.19 | 0.19 | 0.14 | 358.57 | 0.38 | 0.78 |
| Hex | DC | B2 | B3 | 0 | 13 | 13 | E | 167 | 26 | 4E |
| Octal | 334 | 262 | 263 | 0 | 23 | 23 | 16 | 547 | 46 | 116 |
| Binary | 11011100 | 10110010 | 10110011 | 0 | 10011 | 10011 | 1110 | 101100111 | 100110 | 1001110 |
Color Harmonies of #DCB2B3
Complementary color
Monochromatic Colors of #DCB2B3
Black with #DCB2B3
Text Example
Text Example
White with #DCB2B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DCB2B3; }
p { color: rgb(220,178,179); }
H1.HeaderClassName
{
color: #DCB2B3;
}
.AnyTagClassName
{
color: #DCB2B3;
}
</style>
background-color css
<style>
a { background-color: #DCB2B3; }
a { background-color: rgb(220,178,179); }
div.DivClassName
{
background-color: #DCB2B3;
}
.BgClassName
{
background-color: #DCB2B3;
}
</style>
border-color css
<style>
span { border-color: #DCB2B3; }
span { border-color: rgb(220,178,179); }
td.TdClassName
{
border-color: #DCB2B3;
}
.TagClassName
{
border-color: #DCB2B3;
}
</style>