Shades of Pink Flare #DDB4B5
Tints of Pink Flare #DDB4B5
RGB
CMYK
RGB Variations
Color information
#DDB4B5 (or 0xDDB4B5) is known color: Pink Flare. HEX triplet: DD, B4 and B5. RGB value is (221,180,181). Sum of RGB (Red+Green+Blue) = 221+180+181=582 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.97% from 582); Green value is 180 (70.70% from 255 or 30.93% from 582); Blue value is 181 (71.09% from 255 or 31.10% from 582); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB4B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDB4B5 is #224B4A. Grayscale: #C0C0C0. Windows color (decimal): -2247499 or 11908317. OLE color: 11908317.
HSL color Cylindrical-coordinate representation of color #DDB4B5: hue angle of 358.54º degrees, saturation: 0.38, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB4B5 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 180 | 181 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.13 |
| HSL | 358.54º | 0.38% | 0.79% | - |
| HSV(B) | 358.54º | 0.19% | 0.87% | - |
| XYZ | 54.48 | 51.35 | 50.76 | - |
| YUV | 192.37 | 121.58 | 148.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 180 | 181 | 0 | 0.19 | 0.18 | 0.13 | 358.54 | 0.38 | 0.79 |
| Hex | DD | B4 | B5 | 0 | 13 | 12 | D | 167 | 26 | 4F |
| Octal | 335 | 264 | 265 | 0 | 23 | 22 | 15 | 547 | 46 | 117 |
| Binary | 11011101 | 10110100 | 10110101 | 0 | 10011 | 10010 | 1101 | 101100111 | 100110 | 1001111 |
Color Harmonies of #DDB4B5
Complementary color
Monochromatic Colors of #DDB4B5
Black with #DDB4B5
Text Example
Text Example
White with #DDB4B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDB4B5; }
p { color: rgb(221,180,181); }
H1.HeaderClassName
{
color: #DDB4B5;
}
.AnyTagClassName
{
color: #DDB4B5;
}
</style>
background-color css
<style>
a { background-color: #DDB4B5; }
a { background-color: rgb(221,180,181); }
div.DivClassName
{
background-color: #DDB4B5;
}
.BgClassName
{
background-color: #DDB4B5;
}
</style>
border-color css
<style>
span { border-color: #DDB4B5; }
span { border-color: rgb(221,180,181); }
td.TdClassName
{
border-color: #DDB4B5;
}
.TagClassName
{
border-color: #DDB4B5;
}
</style>