Shades of Carissma #DD7F8F
Tints of Carissma #DD7F8F
RGB
CMYK
RGB Variations
Color information
#DD7F8F (or 0xDD7F8F) is known color: Carissma. HEX triplet: DD, 7F and 8F. RGB value is (221,127,143). Sum of RGB (Red+Green+Blue) = 221+127+143=491 (65% of max value = 765). Red value is 221 (86.72% from 255 or 45.01% from 491); Green value is 127 (50% from 255 or 25.87% from 491); Blue value is 143 (56.25% from 255 or 29.12% from 491); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F8F is #228070. Grayscale: #9C9C9C. Windows color (decimal): -2261105 or 9404381. OLE color: 9404381.
HSL color Cylindrical-coordinate representation of color #DD7F8F: hue angle of 349.79º 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 #DD7F8F is Cyan = 0, Magento = 0.43, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 143 | - |
| CMYK | 0 | 0.43 | 0.35 | 0.13 |
| HSL | 349.79º | 0.58% | 0.68% | - |
| HSV(B) | 349.79º | 0.43% | 0.87% | - |
| XYZ | 42.37 | 32.53 | 30.03 | - |
| YUV | 156.93 | 120.14 | 173.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 143 | 0 | 0.43 | 0.35 | 0.13 | 349.79 | 0.58 | 0.68 |
| Hex | DD | 7F | 8F | 0 | 2B | 23 | D | 15E | 3A | 44 |
| Octal | 335 | 177 | 217 | 0 | 53 | 43 | 15 | 536 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10001111 | 0 | 101011 | 100011 | 1101 | 101011110 | 111010 | 1000100 |
Color Harmonies of #DD7F8F
Complementary color
Monochromatic Colors of #DD7F8F
Black with #DD7F8F
Text Example
Text Example
White with #DD7F8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F8F; }
p { color: rgb(221,127,143); }
H1.HeaderClassName
{
color: #DD7F8F;
}
.AnyTagClassName
{
color: #DD7F8F;
}
</style>
background-color css
<style>
a { background-color: #DD7F8F; }
a { background-color: rgb(221,127,143); }
div.DivClassName
{
background-color: #DD7F8F;
}
.BgClassName
{
background-color: #DD7F8F;
}
</style>
border-color css
<style>
span { border-color: #DD7F8F; }
span { border-color: rgb(221,127,143); }
td.TdClassName
{
border-color: #DD7F8F;
}
.TagClassName
{
border-color: #DD7F8F;
}
</style>