Shades of Pink Flare #D5AFB5
Tints of Pink Flare #D5AFB5
RGB
CMYK
RGB Variations
Color information
#D5AFB5 (or 0xD5AFB5) is known color: Pink Flare. HEX triplet: D5, AF and B5. RGB value is (213,175,181). Sum of RGB (Red+Green+Blue) = 213+175+181=569 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.43% from 569); Green value is 175 (68.75% from 255 or 30.76% from 569); Blue value is 181 (71.09% from 255 or 31.81% from 569); Max value from RGB is 213 - color contains mainly: red. Hex color #D5AFB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D5AFB5 is #2A504A. Grayscale: #BBBBBB. Windows color (decimal): -2773067 or 11907029. OLE color: 11907029.
HSL color Cylindrical-coordinate representation of color #D5AFB5: hue angle of 350.53º 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 #D5AFB5 is Cyan = 0, Magento = 0.18, Yellow = 0.15 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 175 | 181 | - |
CMYK | 0 | 0.18 | 0.15 | 0.16 |
HSL | 350.53º | 0.31% | 0.76% | - |
HSV(B) | 350.53º | 0.18% | 0.84% | - |
XYZ | 51.11 | 48.14 | 50.31 | - |
YUV | 187.05 | 124.59 | 146.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 175 | 181 | 0 | 0.18 | 0.15 | 0.16 | 350.53 | 0.31 | 0.76 |
Hex | D5 | AF | B5 | 0 | 12 | F | 10 | 15F | 1F | 4C |
Octal | 325 | 257 | 265 | 0 | 22 | 17 | 20 | 537 | 37 | 114 |
Binary | 11010101 | 10101111 | 10110101 | 0 | 10010 | 1111 | 10000 | 101011111 | 11111 | 1001100 |
Color Harmonies of #D5AFB5
Complementary color
Monochromatic Colors of #D5AFB5
Black with #D5AFB5
Text Example
Text Example
White with #D5AFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5AFB5; }
p { color: rgb(213,175,181); }
H1.HeaderClassName
{
color: #D5AFB5;
}
.AnyTagClassName
{
color: #D5AFB5;
}
</style>
background-color css
<style>
a { background-color: #D5AFB5; }
a { background-color: rgb(213,175,181); }
div.DivClassName
{
background-color: #D5AFB5;
}
.BgClassName
{
background-color: #D5AFB5;
}
</style>
border-color css
<style>
span { border-color: #D5AFB5; }
span { border-color: rgb(213,175,181); }
td.TdClassName
{
border-color: #D5AFB5;
}
.TagClassName
{
border-color: #D5AFB5;
}
</style>