Shades of Careys Pink #D699A4
Tints of Careys Pink #D699A4
RGB
CMYK
RGB Variations
Color information
#D699A4 (or 0xD699A4) is known color: Careys Pink. HEX triplet: D6, 99 and A4. RGB value is (214,153,164). Sum of RGB (Red+Green+Blue) = 214+153+164=531 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.30% from 531); Green value is 153 (60.16% from 255 or 28.81% from 531); Blue value is 164 (64.45% from 255 or 30.89% from 531); Max value from RGB is 214 - color contains mainly: red. Hex color #D699A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D699A4 is #29665B. Grayscale: #ACACAC. Windows color (decimal): -2713180 or 10787286. OLE color: 10787286.
HSL color Cylindrical-coordinate representation of color #D699A4: hue angle of 349.18º degrees, saturation: 0.43, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D699A4 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 153 | 164 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.16 |
| HSL | 349.18º | 0.43% | 0.72% | - |
| HSV(B) | 349.18º | 0.29% | 0.84% | - |
| XYZ | 45.82 | 39.76 | 40.38 | - |
| YUV | 172.49 | 123.21 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 153 | 164 | 0 | 0.29 | 0.23 | 0.16 | 349.18 | 0.43 | 0.72 |
| Hex | D6 | 99 | A4 | 0 | 1D | 17 | 10 | 15D | 2B | 48 |
| Octal | 326 | 231 | 244 | 0 | 35 | 27 | 20 | 535 | 53 | 110 |
| Binary | 11010110 | 10011001 | 10100100 | 0 | 11101 | 10111 | 10000 | 101011101 | 101011 | 1001000 |
Color Harmonies of #D699A4
Complementary color
Monochromatic Colors of #D699A4
Black with #D699A4
Text Example
Text Example
White with #D699A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D699A4; }
p { color: rgb(214,153,164); }
H1.HeaderClassName
{
color: #D699A4;
}
.AnyTagClassName
{
color: #D699A4;
}
</style>
background-color css
<style>
a { background-color: #D699A4; }
a { background-color: rgb(214,153,164); }
div.DivClassName
{
background-color: #D699A4;
}
.BgClassName
{
background-color: #D699A4;
}
</style>
border-color css
<style>
span { border-color: #D699A4; }
span { border-color: rgb(214,153,164); }
td.TdClassName
{
border-color: #D699A4;
}
.TagClassName
{
border-color: #D699A4;
}
</style>