Shades of Pink Flare #D4B2B6
Tints of Pink Flare #D4B2B6
RGB
CMYK
RGB Variations
Color information
#D4B2B6 (or 0xD4B2B6) is known color: Pink Flare. HEX triplet: D4, B2 and B6. RGB value is (212,178,182). Sum of RGB (Red+Green+Blue) = 212+178+182=572 (75% of max value = 765). Red value is 212 (83.20% from 255 or 37.06% from 572); Green value is 178 (69.92% from 255 or 31.12% from 572); Blue value is 182 (71.48% from 255 or 31.82% from 572); Max value from RGB is 212 - color contains mainly: red. Hex color #D4B2B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D4B2B6 is #2B4D49. Grayscale: #BCBCBC. Windows color (decimal): -2837834 or 11973332. OLE color: 11973332.
HSL color Cylindrical-coordinate representation of color #D4B2B6: hue angle of 352.94º degrees, saturation: 0.28, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4B2B6 is Cyan = 0, Magento = 0.16, Yellow = 0.14 and Black (K on CMYK) = 0.17.
Color convert
RGB | 212 | 178 | 182 | - |
CMYK | 0 | 0.16 | 0.14 | 0.17 |
HSL | 352.94º | 0.28% | 0.76% | - |
HSV(B) | 352.94º | 0.16% | 0.83% | - |
XYZ | 51.52 | 49.22 | 51.04 | - |
YUV | 188.62 | 124.26 | 144.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 212 | 178 | 182 | 0 | 0.16 | 0.14 | 0.17 | 352.94 | 0.28 | 0.76 |
Hex | D4 | B2 | B6 | 0 | 10 | E | 11 | 161 | 1C | 4C |
Octal | 324 | 262 | 266 | 0 | 20 | 16 | 21 | 541 | 34 | 114 |
Binary | 11010100 | 10110010 | 10110110 | 0 | 10000 | 1110 | 10001 | 101100001 | 11100 | 1001100 |
Color Harmonies of #D4B2B6
Complementary color
Monochromatic Colors of #D4B2B6
Black with #D4B2B6
Text Example
Text Example
White with #D4B2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4B2B6; }
p { color: rgb(212,178,182); }
H1.HeaderClassName
{
color: #D4B2B6;
}
.AnyTagClassName
{
color: #D4B2B6;
}
</style>
background-color css
<style>
a { background-color: #D4B2B6; }
a { background-color: rgb(212,178,182); }
div.DivClassName
{
background-color: #D4B2B6;
}
.BgClassName
{
background-color: #D4B2B6;
}
</style>
border-color css
<style>
span { border-color: #D4B2B6; }
span { border-color: rgb(212,178,182); }
td.TdClassName
{
border-color: #D4B2B6;
}
.TagClassName
{
border-color: #D4B2B6;
}
</style>