Shades of Carissma #DD858E
Tints of Carissma #DD858E
RGB
CMYK
RGB Variations
Color information
#DD858E (or 0xDD858E) is known color: Carissma. HEX triplet: DD, 85 and 8E. RGB value is (221,133,142). Sum of RGB (Red+Green+Blue) = 221+133+142=496 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.56% from 496); Green value is 133 (52.34% from 255 or 26.81% from 496); Blue value is 142 (55.86% from 255 or 28.63% from 496); Max value from RGB is 221 - color contains mainly: red. Hex color #DD858E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD858E is #227A71. Grayscale: #A0A0A0. Windows color (decimal): -2259570 or 9340381. OLE color: 9340381.
HSL color Cylindrical-coordinate representation of color #DD858E: hue angle of 353.86º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD858E is Cyan = 0, Magento = 0.40, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 142 | - |
| CMYK | 0 | 0.40 | 0.36 | 0.13 |
| HSL | 353.86º | 0.56% | 0.69% | - |
| HSV(B) | 353.86º | 0.4% | 0.87% | - |
| XYZ | 43.09 | 34.1 | 29.9 | - |
| YUV | 160.34 | 117.65 | 171.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 142 | 0 | 0.40 | 0.36 | 0.13 | 353.86 | 0.56 | 0.69 |
| Hex | DD | 85 | 8E | 0 | 28 | 24 | D | 162 | 38 | 45 |
| Octal | 335 | 205 | 216 | 0 | 50 | 44 | 15 | 542 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10001110 | 0 | 101000 | 100100 | 1101 | 101100010 | 111000 | 1000101 |
Color Harmonies of #DD858E
Complementary color
Monochromatic Colors of #DD858E
Black with #DD858E
Text Example
Text Example
White with #DD858E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD858E; }
p { color: rgb(221,133,142); }
H1.HeaderClassName
{
color: #DD858E;
}
.AnyTagClassName
{
color: #DD858E;
}
</style>
background-color css
<style>
a { background-color: #DD858E; }
a { background-color: rgb(221,133,142); }
div.DivClassName
{
background-color: #DD858E;
}
.BgClassName
{
background-color: #DD858E;
}
</style>
border-color css
<style>
span { border-color: #DD858E; }
span { border-color: rgb(221,133,142); }
td.TdClassName
{
border-color: #DD858E;
}
.TagClassName
{
border-color: #DD858E;
}
</style>