Shades of Carissma #DD7F88
Tints of Carissma #DD7F88
RGB
CMYK
RGB Variations
Color information
#DD7F88 (or 0xDD7F88) is known color: Carissma. HEX triplet: DD, 7F and 88. RGB value is (221,127,136). Sum of RGB (Red+Green+Blue) = 221+127+136=484 (64% of max value = 765). Red value is 221 (86.72% from 255 or 45.66% from 484); Green value is 127 (50% from 255 or 26.24% from 484); Blue value is 136 (53.52% from 255 or 28.10% from 484); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F88 is #228077. Grayscale: #9C9C9C. Windows color (decimal): -2261112 or 8945629. OLE color: 8945629.
HSL color Cylindrical-coordinate representation of color #DD7F88: hue angle of 354.26º 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 #DD7F88 is Cyan = 0, Magento = 0.43, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 136 | - |
| CMYK | 0 | 0.43 | 0.38 | 0.13 |
| HSL | 354.26º | 0.58% | 0.68% | - |
| HSV(B) | 354.26º | 0.43% | 0.87% | - |
| XYZ | 41.85 | 32.33 | 27.33 | - |
| YUV | 156.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 136 | 0 | 0.43 | 0.38 | 0.13 | 354.26 | 0.58 | 0.68 |
| Hex | DD | 7F | 88 | 0 | 2B | 26 | D | 162 | 3A | 44 |
| Octal | 335 | 177 | 210 | 0 | 53 | 46 | 15 | 542 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10001000 | 0 | 101011 | 100110 | 1101 | 101100010 | 111010 | 1000100 |
Color Harmonies of #DD7F88
Complementary color
Monochromatic Colors of #DD7F88
Black with #DD7F88
Text Example
Text Example
White with #DD7F88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F88; }
p { color: rgb(221,127,136); }
H1.HeaderClassName
{
color: #DD7F88;
}
.AnyTagClassName
{
color: #DD7F88;
}
</style>
background-color css
<style>
a { background-color: #DD7F88; }
a { background-color: rgb(221,127,136); }
div.DivClassName
{
background-color: #DD7F88;
}
.BgClassName
{
background-color: #DD7F88;
}
</style>
border-color css
<style>
span { border-color: #DD7F88; }
span { border-color: rgb(221,127,136); }
td.TdClassName
{
border-color: #DD7F88;
}
.TagClassName
{
border-color: #DD7F88;
}
</style>