Shades of Careys Pink #D399A5
Tints of Careys Pink #D399A5
RGB
CMYK
RGB Variations
Color information
#D399A5 (or 0xD399A5) is known color: Careys Pink. HEX triplet: D3, 99 and A5. RGB value is (211,153,165). Sum of RGB (Red+Green+Blue) = 211+153+165=529 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.89% from 529); Green value is 153 (60.16% from 255 or 28.92% from 529); Blue value is 165 (64.84% from 255 or 31.19% from 529); Max value from RGB is 211 - color contains mainly: red. Hex color #D399A5 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D399A5 is #2C665A. Grayscale: #ABABAB. Windows color (decimal): -2909787 or 10852819. OLE color: 10852819.
HSL color Cylindrical-coordinate representation of color #D399A5: hue angle of 347.59º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #D399A5 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 165 | - |
| CMYK | 0 | 0.27 | 0.22 | 0.17 |
| HSL | 347.59º | 0.4% | 0.71% | - |
| HSV(B) | 347.59º | 0.27% | 0.83% | - |
| XYZ | 45.05 | 39.35 | 40.82 | - |
| YUV | 171.71 | 124.22 | 156.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 165 | 0 | 0.27 | 0.22 | 0.17 | 347.59 | 0.4 | 0.71 |
| Hex | D3 | 99 | A5 | 0 | 1B | 16 | 11 | 15C | 28 | 47 |
| Octal | 323 | 231 | 245 | 0 | 33 | 26 | 21 | 534 | 50 | 107 |
| Binary | 11010011 | 10011001 | 10100101 | 0 | 11011 | 10110 | 10001 | 101011100 | 101000 | 1000111 |
Color Harmonies of #D399A5
Complementary color
Monochromatic Colors of #D399A5
Black with #D399A5
Text Example
Text Example
White with #D399A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399A5; }
p { color: rgb(211,153,165); }
H1.HeaderClassName
{
color: #D399A5;
}
.AnyTagClassName
{
color: #D399A5;
}
</style>
background-color css
<style>
a { background-color: #D399A5; }
a { background-color: rgb(211,153,165); }
div.DivClassName
{
background-color: #D399A5;
}
.BgClassName
{
background-color: #D399A5;
}
</style>
border-color css
<style>
span { border-color: #D399A5; }
span { border-color: rgb(211,153,165); }
td.TdClassName
{
border-color: #D399A5;
}
.TagClassName
{
border-color: #D399A5;
}
</style>