Shades of Careys Pink #D395A1
Tints of Careys Pink #D395A1
RGB
CMYK
RGB Variations
Color information
#D395A1 (or 0xD395A1) is known color: Careys Pink. HEX triplet: D3, 95 and A1. RGB value is (211,149,161). Sum of RGB (Red+Green+Blue) = 211+149+161=521 (69% of max value = 765). Red value is 211 (82.81% from 255 or 40.50% from 521); Green value is 149 (58.59% from 255 or 28.60% from 521); Blue value is 161 (63.28% from 255 or 30.90% from 521); Max value from RGB is 211 - color contains mainly: red. Hex color #D395A1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D395A1 is #2C6A5E. Grayscale: #A8A8A8. Windows color (decimal): -2910815 or 10589651. OLE color: 10589651.
HSL color Cylindrical-coordinate representation of color #D395A1: hue angle of 348.39º degrees, saturation: 0.41, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D395A1 is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 149 | 161 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.17 |
| HSL | 348.39º | 0.41% | 0.71% | - |
| HSV(B) | 348.39º | 0.29% | 0.83% | - |
| XYZ | 44.04 | 37.92 | 38.72 | - |
| YUV | 168.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 149 | 161 | 0 | 0.29 | 0.24 | 0.17 | 348.39 | 0.41 | 0.71 |
| Hex | D3 | 95 | A1 | 0 | 1D | 18 | 11 | 15C | 29 | 47 |
| Octal | 323 | 225 | 241 | 0 | 35 | 30 | 21 | 534 | 51 | 107 |
| Binary | 11010011 | 10010101 | 10100001 | 0 | 11101 | 11000 | 10001 | 101011100 | 101001 | 1000111 |
Color Harmonies of #D395A1
Complementary color
Monochromatic Colors of #D395A1
Black with #D395A1
Text Example
Text Example
White with #D395A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D395A1; }
p { color: rgb(211,149,161); }
H1.HeaderClassName
{
color: #D395A1;
}
.AnyTagClassName
{
color: #D395A1;
}
</style>
background-color css
<style>
a { background-color: #D395A1; }
a { background-color: rgb(211,149,161); }
div.DivClassName
{
background-color: #D395A1;
}
.BgClassName
{
background-color: #D395A1;
}
</style>
border-color css
<style>
span { border-color: #D395A1; }
span { border-color: rgb(211,149,161); }
td.TdClassName
{
border-color: #D395A1;
}
.TagClassName
{
border-color: #D395A1;
}
</style>