Shades of Careys Pink #D09FA3
Tints of Careys Pink #D09FA3
RGB
CMYK
RGB Variations
Color information
#D09FA3 (or 0xD09FA3) is known color: Careys Pink. HEX triplet: D0, 9F and A3. RGB value is (208,159,163). Sum of RGB (Red+Green+Blue) = 208+159+163=530 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.25% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 163 (64.06% from 255 or 30.75% from 530); Max value from RGB is 208 - color contains mainly: red. Hex color #D09FA3 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09FA3 is #2F605C. Grayscale: #AEAEAE. Windows color (decimal): -3104861 or 10723280. OLE color: 10723280.
HSL color Cylindrical-coordinate representation of color #D09FA3: hue angle of 355.1º degrees, saturation: 0.34, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D09FA3 is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 159 | 163 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.18 |
| HSL | 355.1º | 0.34% | 0.72% | - |
| HSV(B) | 355.1º | 0.24% | 0.82% | - |
| XYZ | 45.02 | 40.85 | 40.16 | - |
| YUV | 174.11 | 121.73 | 152.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 159 | 163 | 0 | 0.24 | 0.22 | 0.18 | 355.1 | 0.34 | 0.72 |
| Hex | D0 | 9F | A3 | 0 | 18 | 16 | 12 | 163 | 22 | 48 |
| Octal | 320 | 237 | 243 | 0 | 30 | 26 | 22 | 543 | 42 | 110 |
| Binary | 11010000 | 10011111 | 10100011 | 0 | 11000 | 10110 | 10010 | 101100011 | 100010 | 1001000 |
Color Harmonies of #D09FA3
Complementary color
Monochromatic Colors of #D09FA3
Black with #D09FA3
Text Example
Text Example
White with #D09FA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D09FA3; }
p { color: rgb(208,159,163); }
H1.HeaderClassName
{
color: #D09FA3;
}
.AnyTagClassName
{
color: #D09FA3;
}
</style>
background-color css
<style>
a { background-color: #D09FA3; }
a { background-color: rgb(208,159,163); }
div.DivClassName
{
background-color: #D09FA3;
}
.BgClassName
{
background-color: #D09FA3;
}
</style>
border-color css
<style>
span { border-color: #D09FA3; }
span { border-color: rgb(208,159,163); }
td.TdClassName
{
border-color: #D09FA3;
}
.TagClassName
{
border-color: #D09FA3;
}
</style>