Shades of Careys Pink #D495A1
Tints of Careys Pink #D495A1
RGB
CMYK
RGB Variations
Color information
#D495A1 (or 0xD495A1) is known color: Careys Pink. HEX triplet: D4, 95 and A1. RGB value is (212,149,161). Sum of RGB (Red+Green+Blue) = 212+149+161=522 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.61% from 522); Green value is 149 (58.59% from 255 or 28.54% from 522); Blue value is 161 (63.28% from 255 or 30.84% from 522); Max value from RGB is 212 - color contains mainly: red. Hex color #D495A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495A1 is #2B6A5E. Grayscale: #A9A9A9. Windows color (decimal): -2845279 or 10589652. OLE color: 10589652.
HSL color Cylindrical-coordinate representation of color #D495A1: hue angle of 348.57º degrees, saturation: 0.42, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D495A1 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 161 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.17 |
| HSL | 348.57º | 0.42% | 0.71% | - |
| HSV(B) | 348.57º | 0.3% | 0.83% | - |
| XYZ | 44.33 | 38.07 | 38.73 | - |
| YUV | 169.21 | 123.37 | 158.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 161 | 0 | 0.30 | 0.24 | 0.17 | 348.57 | 0.42 | 0.71 |
| Hex | D4 | 95 | A1 | 0 | 1E | 18 | 11 | 15D | 2A | 47 |
| Octal | 324 | 225 | 241 | 0 | 36 | 30 | 21 | 535 | 52 | 107 |
| Binary | 11010100 | 10010101 | 10100001 | 0 | 11110 | 11000 | 10001 | 101011101 | 101010 | 1000111 |
Color Harmonies of #D495A1
Complementary color
Monochromatic Colors of #D495A1
Black with #D495A1
Text Example
Text Example
White with #D495A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495A1; }
p { color: rgb(212,149,161); }
H1.HeaderClassName
{
color: #D495A1;
}
.AnyTagClassName
{
color: #D495A1;
}
</style>
background-color css
<style>
a { background-color: #D495A1; }
a { background-color: rgb(212,149,161); }
div.DivClassName
{
background-color: #D495A1;
}
.BgClassName
{
background-color: #D495A1;
}
</style>
border-color css
<style>
span { border-color: #D495A1; }
span { border-color: rgb(212,149,161); }
td.TdClassName
{
border-color: #D495A1;
}
.TagClassName
{
border-color: #D495A1;
}
</style>