Shades of Carissma #DD7F98
Tints of Carissma #DD7F98
RGB
CMYK
RGB Variations
Color information
#DD7F98 (or 0xDD7F98) is known color: Carissma. HEX triplet: DD, 7F and 98. RGB value is (221,127,152). Sum of RGB (Red+Green+Blue) = 221+127+152=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 152 (59.77% from 255 or 30.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F98 is #228067. Grayscale: #9D9D9D. Windows color (decimal): -2261096 or 9994205. OLE color: 9994205.
HSL color Cylindrical-coordinate representation of color #DD7F98: hue angle of 344.04º degrees, saturation: 0.58, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DD7F98 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 152 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.13 |
| HSL | 344.04º | 0.58% | 0.68% | - |
| HSV(B) | 344.04º | 0.43% | 0.87% | - |
| XYZ | 43.08 | 32.82 | 33.77 | - |
| YUV | 157.96 | 124.64 | 172.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 152 | 0 | 0.43 | 0.31 | 0.13 | 344.04 | 0.58 | 0.68 |
| Hex | DD | 7F | 98 | 0 | 2B | 1F | D | 158 | 3A | 44 |
| Octal | 335 | 177 | 230 | 0 | 53 | 37 | 15 | 530 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10011000 | 0 | 101011 | 11111 | 1101 | 101011000 | 111010 | 1000100 |
Color Harmonies of #DD7F98
Complementary color
Monochromatic Colors of #DD7F98
Black with #DD7F98
Text Example
Text Example
White with #DD7F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F98; }
p { color: rgb(221,127,152); }
H1.HeaderClassName
{
color: #DD7F98;
}
.AnyTagClassName
{
color: #DD7F98;
}
</style>
background-color css
<style>
a { background-color: #DD7F98; }
a { background-color: rgb(221,127,152); }
div.DivClassName
{
background-color: #DD7F98;
}
.BgClassName
{
background-color: #DD7F98;
}
</style>
border-color css
<style>
span { border-color: #DD7F98; }
span { border-color: rgb(221,127,152); }
td.TdClassName
{
border-color: #DD7F98;
}
.TagClassName
{
border-color: #DD7F98;
}
</style>