Shades of Pink Flare #DDBDC0
Tints of Pink Flare #DDBDC0
RGB
CMYK
RGB Variations
Color information
#DDBDC0 (or 0xDDBDC0) is known color: Pink Flare. HEX triplet: DD, BD and C0. RGB value is (221,189,192). Sum of RGB (Red+Green+Blue) = 221+189+192=602 (79% of max value = 765). Red value is 221 (86.72% from 255 or 36.71% from 602); Green value is 189 (74.22% from 255 or 31.40% from 602); Blue value is 192 (75.39% from 255 or 31.89% from 602); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBDC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDBDC0 is #22423F. Grayscale: #C6C6C6. Windows color (decimal): -2245184 or 12631517. OLE color: 12631517.
HSL color Cylindrical-coordinate representation of color #DDBDC0: hue angle of 354.38º degrees, saturation: 0.32, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDBDC0 is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 189 | 192 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.13 |
| HSL | 354.38º | 0.32% | 0.8% | - |
| HSV(B) | 354.38º | 0.14% | 0.87% | - |
| XYZ | 57.53 | 55.57 | 57.56 | - |
| YUV | 198.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 189 | 192 | 0 | 0.14 | 0.13 | 0.13 | 354.38 | 0.32 | 0.8 |
| Hex | DD | BD | C0 | 0 | E | D | D | 162 | 20 | 50 |
| Octal | 335 | 275 | 300 | 0 | 16 | 15 | 15 | 542 | 40 | 120 |
| Binary | 11011101 | 10111101 | 11000000 | 0 | 1110 | 1101 | 1101 | 101100010 | 100000 | 1010000 |
Color Harmonies of #DDBDC0
Complementary color
Monochromatic Colors of #DDBDC0
Black with #DDBDC0
Text Example
Text Example
White with #DDBDC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDBDC0; }
p { color: rgb(221,189,192); }
H1.HeaderClassName
{
color: #DDBDC0;
}
.AnyTagClassName
{
color: #DDBDC0;
}
</style>
background-color css
<style>
a { background-color: #DDBDC0; }
a { background-color: rgb(221,189,192); }
div.DivClassName
{
background-color: #DDBDC0;
}
.BgClassName
{
background-color: #DDBDC0;
}
</style>
border-color css
<style>
span { border-color: #DDBDC0; }
span { border-color: rgb(221,189,192); }
td.TdClassName
{
border-color: #DDBDC0;
}
.TagClassName
{
border-color: #DDBDC0;
}
</style>