Shades of Pink Flare #D5AFB2
Tints of Pink Flare #D5AFB2
RGB
CMYK
RGB Variations
Color information
#D5AFB2 (or 0xD5AFB2) is known color: Pink Flare. HEX triplet: D5, AF and B2. RGB value is (213,175,178). Sum of RGB (Red+Green+Blue) = 213+175+178=566 (74% of max value = 765). Red value is 213 (83.59% from 255 or 37.63% from 566); Green value is 175 (68.75% from 255 or 30.92% from 566); Blue value is 178 (69.92% from 255 or 31.45% from 566); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFB2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D5AFB2 is #2A504D. Grayscale: #BABABA. Windows color (decimal): -2773070 or 11710421. OLE color: 11710421.
HSL color Cylindrical-coordinate representation of color #D5AFB2: hue angle of 355.26º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D5AFB2 is Cyan = 0, Magento = 0.18, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 175 | 178 | - |
| CMYK | 0 | 0.18 | 0.16 | 0.16 |
| HSL | 355.26º | 0.31% | 0.76% | - |
| HSV(B) | 355.26º | 0.18% | 0.84% | - |
| XYZ | 50.81 | 48.02 | 48.71 | - |
| YUV | 186.7 | 123.09 | 146.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 175 | 178 | 0 | 0.18 | 0.16 | 0.16 | 355.26 | 0.31 | 0.76 |
| Hex | D5 | AF | B2 | 0 | 12 | 10 | 10 | 163 | 1F | 4C |
| Octal | 325 | 257 | 262 | 0 | 22 | 20 | 20 | 543 | 37 | 114 |
| Binary | 11010101 | 10101111 | 10110010 | 0 | 10010 | 10000 | 10000 | 101100011 | 11111 | 1001100 |
Color Harmonies of #D5AFB2
Complementary color
Monochromatic Colors of #D5AFB2
Black with #D5AFB2
Text Example
Text Example
White with #D5AFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFB2; }
p { color: rgb(213,175,178); }
H1.HeaderClassName
{
color: #D5AFB2;
}
.AnyTagClassName
{
color: #D5AFB2;
}
</style>
background-color css
<style>
a { background-color: #D5AFB2; }
a { background-color: rgb(213,175,178); }
div.DivClassName
{
background-color: #D5AFB2;
}
.BgClassName
{
background-color: #D5AFB2;
}
</style>
border-color css
<style>
span { border-color: #D5AFB2; }
span { border-color: rgb(213,175,178); }
td.TdClassName
{
border-color: #D5AFB2;
}
.TagClassName
{
border-color: #D5AFB2;
}
</style>