Shades of Carissma #DD7F85
Tints of Carissma #DD7F85
RGB
CMYK
RGB Variations
Color information
#DD7F85 (or 0xDD7F85) is known color: Carissma. HEX triplet: DD, 7F and 85. RGB value is (221,127,133). Sum of RGB (Red+Green+Blue) = 221+127+133=481 (63% of max value = 765). Red value is 221 (86.72% from 255 or 45.95% from 481); Green value is 127 (50% from 255 or 26.40% from 481); Blue value is 133 (52.34% from 255 or 27.65% from 481); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7F85 is #22807A. Grayscale: #9B9B9B. Windows color (decimal): -2261115 or 8749021. OLE color: 8749021.
HSL color Cylindrical-coordinate representation of color #DD7F85: hue angle of 356.17º 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 #DD7F85 is Cyan = 0, Magento = 0.43, Yellow = 0.40 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 127 | 133 | - |
| CMYK | 0 | 0.43 | 0.40 | 0.13 |
| HSL | 356.17º | 0.58% | 0.68% | - |
| HSV(B) | 356.17º | 0.43% | 0.87% | - |
| XYZ | 41.64 | 32.24 | 26.22 | - |
| YUV | 155.79 | 115.14 | 174.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 127 | 133 | 0 | 0.43 | 0.40 | 0.13 | 356.17 | 0.58 | 0.68 |
| Hex | DD | 7F | 85 | 0 | 2B | 28 | D | 164 | 3A | 44 |
| Octal | 335 | 177 | 205 | 0 | 53 | 50 | 15 | 544 | 72 | 104 |
| Binary | 11011101 | 1111111 | 10000101 | 0 | 101011 | 101000 | 1101 | 101100100 | 111010 | 1000100 |
Color Harmonies of #DD7F85
Complementary color
Monochromatic Colors of #DD7F85
Black with #DD7F85
Text Example
Text Example
White with #DD7F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD7F85; }
p { color: rgb(221,127,133); }
H1.HeaderClassName
{
color: #DD7F85;
}
.AnyTagClassName
{
color: #DD7F85;
}
</style>
background-color css
<style>
a { background-color: #DD7F85; }
a { background-color: rgb(221,127,133); }
div.DivClassName
{
background-color: #DD7F85;
}
.BgClassName
{
background-color: #DD7F85;
}
</style>
border-color css
<style>
span { border-color: #DD7F85; }
span { border-color: rgb(221,127,133); }
td.TdClassName
{
border-color: #DD7F85;
}
.TagClassName
{
border-color: #DD7F85;
}
</style>