Shades of Carissma #D98289
Tints of Carissma #D98289
RGB
CMYK
RGB Variations
Color information
#D98289 (or 0xD98289) is known color: Carissma. HEX triplet: D9, 82 and 89. RGB value is (217,130,137). Sum of RGB (Red+Green+Blue) = 217+130+137=484 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.83% from 484); Green value is 130 (51.17% from 255 or 26.86% from 484); Blue value is 137 (53.91% from 255 or 28.31% from 484); Max value from RGB is 217 - color contains mainly: red. Hex color #D98289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98289 is #267D76. Grayscale: #9C9C9C. Windows color (decimal): -2522487 or 9011929. OLE color: 9011929.
HSL color Cylindrical-coordinate representation of color #D98289: hue angle of 355.17º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D98289 is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 130 | 137 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.15 |
| HSL | 355.17º | 0.53% | 0.68% | - |
| HSV(B) | 355.17º | 0.4% | 0.85% | - |
| XYZ | 41.11 | 32.52 | 27.78 | - |
| YUV | 156.81 | 116.82 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 130 | 137 | 0 | 0.40 | 0.37 | 0.15 | 355.17 | 0.53 | 0.68 |
| Hex | D9 | 82 | 89 | 0 | 28 | 25 | F | 163 | 35 | 44 |
| Octal | 331 | 202 | 211 | 0 | 50 | 45 | 17 | 543 | 65 | 104 |
| Binary | 11011001 | 10000010 | 10001001 | 0 | 101000 | 100101 | 1111 | 101100011 | 110101 | 1000100 |
Color Harmonies of #D98289
Complementary color
Monochromatic Colors of #D98289
Black with #D98289
Text Example
Text Example
White with #D98289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D98289; }
p { color: rgb(217,130,137); }
H1.HeaderClassName
{
color: #D98289;
}
.AnyTagClassName
{
color: #D98289;
}
</style>
background-color css
<style>
a { background-color: #D98289; }
a { background-color: rgb(217,130,137); }
div.DivClassName
{
background-color: #D98289;
}
.BgClassName
{
background-color: #D98289;
}
</style>
border-color css
<style>
span { border-color: #D98289; }
span { border-color: rgb(217,130,137); }
td.TdClassName
{
border-color: #D98289;
}
.TagClassName
{
border-color: #D98289;
}
</style>