Shades of Careys Pink #D495A2
Tints of Careys Pink #D495A2
RGB
CMYK
RGB Variations
Color information
#D495A2 (or 0xD495A2) is known color: Careys Pink. HEX triplet: D4, 95 and A2. RGB value is (212,149,162). Sum of RGB (Red+Green+Blue) = 212+149+162=523 (69% of max value = 765). Red value is 212 (83.20% from 255 or 40.54% from 523); Green value is 149 (58.59% from 255 or 28.49% from 523); Blue value is 162 (63.67% from 255 or 30.98% from 523); Max value from RGB is 212 - color contains mainly: red. Hex color #D495A2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D495A2 is #2B6A5D. Grayscale: #A9A9A9. Windows color (decimal): -2845278 or 10655188. OLE color: 10655188.
HSL color Cylindrical-coordinate representation of color #D495A2: hue angle of 347.62º 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 #D495A2 is Cyan = 0, Magento = 0.30, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 149 | 162 | - |
| CMYK | 0 | 0.30 | 0.24 | 0.17 |
| HSL | 347.62º | 0.42% | 0.71% | - |
| HSV(B) | 347.62º | 0.3% | 0.83% | - |
| XYZ | 44.42 | 38.1 | 39.2 | - |
| YUV | 169.32 | 123.87 | 158.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 149 | 162 | 0 | 0.30 | 0.24 | 0.17 | 347.62 | 0.42 | 0.71 |
| Hex | D4 | 95 | A2 | 0 | 1E | 18 | 11 | 15C | 2A | 47 |
| Octal | 324 | 225 | 242 | 0 | 36 | 30 | 21 | 534 | 52 | 107 |
| Binary | 11010100 | 10010101 | 10100010 | 0 | 11110 | 11000 | 10001 | 101011100 | 101010 | 1000111 |
Color Harmonies of #D495A2
Complementary color
Monochromatic Colors of #D495A2
Black with #D495A2
Text Example
Text Example
White with #D495A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D495A2; }
p { color: rgb(212,149,162); }
H1.HeaderClassName
{
color: #D495A2;
}
.AnyTagClassName
{
color: #D495A2;
}
</style>
background-color css
<style>
a { background-color: #D495A2; }
a { background-color: rgb(212,149,162); }
div.DivClassName
{
background-color: #D495A2;
}
.BgClassName
{
background-color: #D495A2;
}
</style>
border-color css
<style>
span { border-color: #D495A2; }
span { border-color: rgb(212,149,162); }
td.TdClassName
{
border-color: #D495A2;
}
.TagClassName
{
border-color: #D495A2;
}
</style>