Shades of Careys Pink #D399A6
Tints of Careys Pink #D399A6
RGB
CMYK
RGB Variations
Color information
#D399A6 (or 0xD399A6) is known color: Careys Pink. HEX triplet: D3, 99 and A6. RGB value is (211,153,166). Sum of RGB (Red+Green+Blue) = 211+153+166=530 (70% of max value = 765). Red value is 211 (82.81% from 255 or 39.81% from 530); Green value is 153 (60.16% from 255 or 28.87% from 530); Blue value is 166 (65.23% from 255 or 31.32% from 530); Max value from RGB is 211 - color contains mainly: red. Hex color #D399A6 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D399A6 is #2C6659. Grayscale: #ABABAB. Windows color (decimal): -2909786 or 10918355. OLE color: 10918355.
HSL color Cylindrical-coordinate representation of color #D399A6: hue angle of 346.55º 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 #D399A6 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 153 | 166 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.17 |
| HSL | 346.55º | 0.4% | 0.71% | - |
| HSV(B) | 346.55º | 0.27% | 0.83% | - |
| XYZ | 45.14 | 39.38 | 41.3 | - |
| YUV | 171.82 | 124.72 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 153 | 166 | 0 | 0.27 | 0.21 | 0.17 | 346.55 | 0.4 | 0.71 |
| Hex | D3 | 99 | A6 | 0 | 1B | 15 | 11 | 15B | 28 | 47 |
| Octal | 323 | 231 | 246 | 0 | 33 | 25 | 21 | 533 | 50 | 107 |
| Binary | 11010011 | 10011001 | 10100110 | 0 | 11011 | 10101 | 10001 | 101011011 | 101000 | 1000111 |
Color Harmonies of #D399A6
Complementary color
Monochromatic Colors of #D399A6
Black with #D399A6
Text Example
Text Example
White with #D399A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D399A6; }
p { color: rgb(211,153,166); }
H1.HeaderClassName
{
color: #D399A6;
}
.AnyTagClassName
{
color: #D399A6;
}
</style>
background-color css
<style>
a { background-color: #D399A6; }
a { background-color: rgb(211,153,166); }
div.DivClassName
{
background-color: #D399A6;
}
.BgClassName
{
background-color: #D399A6;
}
</style>
border-color css
<style>
span { border-color: #D399A6; }
span { border-color: rgb(211,153,166); }
td.TdClassName
{
border-color: #D399A6;
}
.TagClassName
{
border-color: #D399A6;
}
</style>