Shades of Carissma #DD7F84
Tints of Carissma #DD7F84
RGB
CMYK
RGB Variations
Color information
#DD7F84 (or 0xDD7F84) is known color: Carissma. HEX triplet: DD, 7F and 84. RGB value is (221,127,132). Sum of RGB (Red+Green+Blue) = 221+127+132=480 (63% of max value = 765). Red value is 221 (86.72% from 255 or 46.04% from 480); Green value is 127 (50% from 255 or 26.46% from 480); Blue value is 132 (51.95% from 255 or 27.5% from 480); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F84 is #22807B. Grayscale: #9B9B9B. Windows color (decimal): -2261116 or 8683485. OLE color: 8683485.
HSL color Cylindrical-coordinate representation of color #DD7F84: hue angle of 356.81º 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 #DD7F84 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 132 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.13 |
| HSL | 356.81º | 0.58% | 0.68% | - |
| HSV(B) | 356.81º | 0.43% | 0.87% | - |
| XYZ | 41.57 | 32.22 | 25.86 | - |
| YUV | 155.68 | 114.64 | 174.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 132 | 0 | 0.43 | 0.40 | 0.13 | 356.81 | 0.58 | 0.68 |
| Hex | DD | 7F | 84 | 0 | 2B | 28 | D | 165 | 3A | 44 |
| Octal | 335 | 177 | 204 | 0 | 53 | 50 | 15 | 545 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10000100 | 0 | 101011 | 101000 | 1101 | 101100101 | 111010 | 1000100 |
Color Harmonies of #DD7F84
Complementary color
Monochromatic Colors of #DD7F84
Black with #DD7F84
Text Example
Text Example
White with #DD7F84
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F84; }
p { color: rgb(221,127,132); }
H1.HeaderClassName
{
color: #DD7F84;
}
.AnyTagClassName
{
color: #DD7F84;
}
</style>
background-color css
<style>
a { background-color: #DD7F84; }
a { background-color: rgb(221,127,132); }
div.DivClassName
{
background-color: #DD7F84;
}
.BgClassName
{
background-color: #DD7F84;
}
</style>
border-color css
<style>
span { border-color: #DD7F84; }
span { border-color: rgb(221,127,132); }
td.TdClassName
{
border-color: #DD7F84;
}
.TagClassName
{
border-color: #DD7F84;
}
</style>