Shades of Pink Flare #DDB2B4
Tints of Pink Flare #DDB2B4
RGB
CMYK
RGB Variations
Color information
#DDB2B4 (or 0xDDB2B4) is known color: Pink Flare. HEX triplet: DD, B2 and B4. RGB value is (221,178,180). Sum of RGB (Red+Green+Blue) = 221+178+180=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 178 (69.92% from 255 or 30.74% from 579); Blue value is 180 (70.70% from 255 or 31.09% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2B4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2B4 is #224D4B. Grayscale: #BFBFBF. Windows color (decimal): -2248012 or 11842269. OLE color: 11842269.
HSL color Cylindrical-coordinate representation of color #DDB2B4: hue angle of 357.21º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2B4 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 178 | 180 | - |
| CMYK | 0 | 0.19 | 0.19 | 0.13 |
| HSL | 357.21º | 0.39% | 0.78% | - |
| HSV(B) | 357.21º | 0.19% | 0.87% | - |
| XYZ | 53.98 | 50.51 | 50.08 | - |
| YUV | 191.09 | 121.75 | 149.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 178 | 180 | 0 | 0.19 | 0.19 | 0.13 | 357.21 | 0.39 | 0.78 |
| Hex | DD | B2 | B4 | 0 | 13 | 13 | D | 165 | 27 | 4E |
| Octal | 335 | 262 | 264 | 0 | 23 | 23 | 15 | 545 | 47 | 116 |
| Binary | 11011101 | 10110010 | 10110100 | 0 | 10011 | 10011 | 1101 | 101100101 | 100111 | 1001110 |
Color Harmonies of #DDB2B4
Complementary color
Monochromatic Colors of #DDB2B4
Black with #DDB2B4
Text Example
Text Example
White with #DDB2B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB2B4; }
p { color: rgb(221,178,180); }
H1.HeaderClassName
{
color: #DDB2B4;
}
.AnyTagClassName
{
color: #DDB2B4;
}
</style>
background-color css
<style>
a { background-color: #DDB2B4; }
a { background-color: rgb(221,178,180); }
div.DivClassName
{
background-color: #DDB2B4;
}
.BgClassName
{
background-color: #DDB2B4;
}
</style>
border-color css
<style>
span { border-color: #DDB2B4; }
span { border-color: rgb(221,178,180); }
td.TdClassName
{
border-color: #DDB2B4;
}
.TagClassName
{
border-color: #DDB2B4;
}
</style>