Shades of Carissma #DD8598
Tints of Carissma #DD8598
RGB
CMYK
RGB Variations
Color information
#DD8598 (or 0xDD8598) is known color: Carissma. HEX triplet: DD, 85 and 98. RGB value is (221,133,152). Sum of RGB (Red+Green+Blue) = 221+133+152=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 133 (52.34% from 255 or 26.28% from 506); Blue value is 152 (59.77% from 255 or 30.04% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD8598 is #227A67. Grayscale: #A1A1A1. Windows color (decimal): -2259560 or 9995741. OLE color: 9995741.
HSL color Cylindrical-coordinate representation of color #DD8598: hue angle of 347.05º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD8598 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 152 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.13 |
| HSL | 347.05º | 0.56% | 0.69% | - |
| HSV(B) | 347.05º | 0.4% | 0.87% | - |
| XYZ | 43.87 | 34.41 | 34.04 | - |
| YUV | 161.48 | 122.65 | 170.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 152 | 0 | 0.40 | 0.31 | 0.13 | 347.05 | 0.56 | 0.69 |
| Hex | DD | 85 | 98 | 0 | 28 | 1F | D | 15B | 38 | 45 |
| Octal | 335 | 205 | 230 | 0 | 50 | 37 | 15 | 533 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10011000 | 0 | 101000 | 11111 | 1101 | 101011011 | 111000 | 1000101 |
Color Harmonies of #DD8598
Complementary color
Monochromatic Colors of #DD8598
Black with #DD8598
Text Example
Text Example
White with #DD8598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD8598; }
p { color: rgb(221,133,152); }
H1.HeaderClassName
{
color: #DD8598;
}
.AnyTagClassName
{
color: #DD8598;
}
</style>
background-color css
<style>
a { background-color: #DD8598; }
a { background-color: rgb(221,133,152); }
div.DivClassName
{
background-color: #DD8598;
}
.BgClassName
{
background-color: #DD8598;
}
</style>
border-color css
<style>
span { border-color: #DD8598; }
span { border-color: rgb(221,133,152); }
td.TdClassName
{
border-color: #DD8598;
}
.TagClassName
{
border-color: #DD8598;
}
</style>