Shades of Carissma #DD8098
Tints of Carissma #DD8098
RGB
CMYK
RGB Variations
Color information
#DD8098 (or 0xDD8098) is known color: Carissma. HEX triplet: DD, 80 and 98. RGB value is (221,128,152). Sum of RGB (Red+Green+Blue) = 221+128+152=501 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.11% from 501); Green value is 128 (50.39% from 255 or 25.55% from 501); Blue value is 152 (59.77% from 255 or 30.34% from 501); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8098 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8098 is #227F67. Grayscale: #9E9E9E. Windows color (decimal): -2260840 or 9994461. OLE color: 9994461.
HSL color Cylindrical-coordinate representation of color #DD8098: hue angle of 344.52º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD8098 is Cyan = 0, Magento = 0.42, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 128 | 152 | - |
| CMYK | 0 | 0.42 | 0.31 | 0.13 |
| HSL | 344.52º | 0.58% | 0.68% | - |
| HSV(B) | 344.52º | 0.42% | 0.87% | - |
| XYZ | 43.21 | 33.08 | 33.81 | - |
| YUV | 158.54 | 124.31 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 128 | 152 | 0 | 0.42 | 0.31 | 0.13 | 344.52 | 0.58 | 0.68 |
| Hex | DD | 80 | 98 | 0 | 2A | 1F | D | 159 | 3A | 44 |
| Octal | 335 | 200 | 230 | 0 | 52 | 37 | 15 | 531 | 72 | 104 |
| Binary | 11011101 | 10000000 | 10011000 | 0 | 101010 | 11111 | 1101 | 101011001 | 111010 | 1000100 |
Color Harmonies of #DD8098
Complementary color
Monochromatic Colors of #DD8098
Black with #DD8098
Text Example
Text Example
White with #DD8098
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8098; }
p { color: rgb(221,128,152); }
H1.HeaderClassName
{
color: #DD8098;
}
.AnyTagClassName
{
color: #DD8098;
}
</style>
background-color css
<style>
a { background-color: #DD8098; }
a { background-color: rgb(221,128,152); }
div.DivClassName
{
background-color: #DD8098;
}
.BgClassName
{
background-color: #DD8098;
}
</style>
border-color css
<style>
span { border-color: #DD8098; }
span { border-color: rgb(221,128,152); }
td.TdClassName
{
border-color: #DD8098;
}
.TagClassName
{
border-color: #DD8098;
}
</style>