Shades of Careys Pink #DD969E
Tints of Careys Pink #DD969E
RGB
CMYK
RGB Variations
Color information
#DD969E (or 0xDD969E) is known color: Careys Pink. HEX triplet: DD, 96 and 9E. RGB value is (221,150,158). Sum of RGB (Red+Green+Blue) = 221+150+158=529 (70% of max value = 765). Red value is 221 (86.72% from 255 or 41.78% from 529); Green value is 150 (58.98% from 255 or 28.36% from 529); Blue value is 158 (62.11% from 255 or 29.87% from 529); Max value from RGB is 221 - color contains mainly: red. Hex color #DD969E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD969E is #226961. Grayscale: #ACACAC. Windows color (decimal): -2255202 or 10393309. OLE color: 10393309.
HSL color Cylindrical-coordinate representation of color #DD969E: hue angle of 353.24º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DD969E is Cyan = 0, Magento = 0.32, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 150 | 158 | - |
| CMYK | 0 | 0.32 | 0.29 | 0.13 |
| HSL | 353.24º | 0.51% | 0.73% | - |
| HSV(B) | 353.24º | 0.32% | 0.87% | - |
| XYZ | 46.9 | 39.65 | 37.53 | - |
| YUV | 172.14 | 120.02 | 162.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 150 | 158 | 0 | 0.32 | 0.29 | 0.13 | 353.24 | 0.51 | 0.73 |
| Hex | DD | 96 | 9E | 0 | 20 | 1D | D | 161 | 33 | 49 |
| Octal | 335 | 226 | 236 | 0 | 40 | 35 | 15 | 541 | 63 | 111 |
| Binary | 11011101 | 10010110 | 10011110 | 0 | 100000 | 11101 | 1101 | 101100001 | 110011 | 1001001 |
Color Harmonies of #DD969E
Complementary color
Monochromatic Colors of #DD969E
Black with #DD969E
Text Example
Text Example
White with #DD969E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD969E; }
p { color: rgb(221,150,158); }
H1.HeaderClassName
{
color: #DD969E;
}
.AnyTagClassName
{
color: #DD969E;
}
</style>
background-color css
<style>
a { background-color: #DD969E; }
a { background-color: rgb(221,150,158); }
div.DivClassName
{
background-color: #DD969E;
}
.BgClassName
{
background-color: #DD969E;
}
</style>
border-color css
<style>
span { border-color: #DD969E; }
span { border-color: rgb(221,150,158); }
td.TdClassName
{
border-color: #DD969E;
}
.TagClassName
{
border-color: #DD969E;
}
</style>