Shades of Careys Pink #D698A4
Tints of Careys Pink #D698A4
RGB
CMYK
RGB Variations
Color information
#D698A4 (or 0xD698A4) is known color: Careys Pink. HEX triplet: D6, 98 and A4. RGB value is (214,152,164). Sum of RGB (Red+Green+Blue) = 214+152+164=530 (70% of max value = 765). Red value is 214 (83.98% from 255 or 40.38% from 530); Green value is 152 (59.77% from 255 or 28.68% from 530); Blue value is 164 (64.45% from 255 or 30.94% from 530); Max value from RGB is 214 - color contains mainly: red. Hex color #D698A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D698A4 is #29675B. Grayscale: #ABABAB. Windows color (decimal): -2713436 or 10787030. OLE color: 10787030.
HSL color Cylindrical-coordinate representation of color #D698A4: hue angle of 348.39º 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 #D698A4 is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 152 | 164 | - |
| CMYK | 0 | 0.29 | 0.23 | 0.16 |
| HSL | 348.39º | 0.43% | 0.72% | - |
| HSV(B) | 348.39º | 0.29% | 0.84% | - |
| XYZ | 45.66 | 39.43 | 40.33 | - |
| YUV | 171.91 | 123.54 | 158.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 152 | 164 | 0 | 0.29 | 0.23 | 0.16 | 348.39 | 0.43 | 0.72 |
| Hex | D6 | 98 | A4 | 0 | 1D | 17 | 10 | 15C | 2B | 48 |
| Octal | 326 | 230 | 244 | 0 | 35 | 27 | 20 | 534 | 53 | 110 |
| Binary | 11010110 | 10011000 | 10100100 | 0 | 11101 | 10111 | 10000 | 101011100 | 101011 | 1001000 |
Color Harmonies of #D698A4
Complementary color
Monochromatic Colors of #D698A4
Black with #D698A4
Text Example
Text Example
White with #D698A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D698A4; }
p { color: rgb(214,152,164); }
H1.HeaderClassName
{
color: #D698A4;
}
.AnyTagClassName
{
color: #D698A4;
}
</style>
background-color css
<style>
a { background-color: #D698A4; }
a { background-color: rgb(214,152,164); }
div.DivClassName
{
background-color: #D698A4;
}
.BgClassName
{
background-color: #D698A4;
}
</style>
border-color css
<style>
span { border-color: #D698A4; }
span { border-color: rgb(214,152,164); }
td.TdClassName
{
border-color: #D698A4;
}
.TagClassName
{
border-color: #D698A4;
}
</style>