Shades of Carissma #DD858C
Tints of Carissma #DD858C
RGB
CMYK
RGB Variations
Color information
#DD858C (or 0xDD858C) is known color: Carissma. HEX triplet: DD, 85 and 8C. RGB value is (221,133,140). Sum of RGB (Red+Green+Blue) = 221+133+140=494 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.74% from 494); Green value is 133 (52.34% from 255 or 26.92% from 494); Blue value is 140 (55.08% from 255 or 28.34% from 494); Max value from RGB is 221 - color contains mainly: red. Hex color #DD858C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD858C is #227A73. Grayscale: #A0A0A0. Windows color (decimal): -2259572 or 9209309. OLE color: 9209309.
HSL color Cylindrical-coordinate representation of color #DD858C: hue angle of 355.23º 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 #DD858C is Cyan = 0, Magento = 0.40, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 133 | 140 | - |
| CMYK | 0 | 0.40 | 0.37 | 0.13 |
| HSL | 355.23º | 0.56% | 0.69% | - |
| HSV(B) | 355.23º | 0.4% | 0.87% | - |
| XYZ | 42.94 | 34.04 | 29.12 | - |
| YUV | 160.11 | 116.65 | 171.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 133 | 140 | 0 | 0.40 | 0.37 | 0.13 | 355.23 | 0.56 | 0.69 |
| Hex | DD | 85 | 8C | 0 | 28 | 25 | D | 163 | 38 | 45 |
| Octal | 335 | 205 | 214 | 0 | 50 | 45 | 15 | 543 | 70 | 105 |
| Binary | 11011101 | 10000101 | 10001100 | 0 | 101000 | 100101 | 1101 | 101100011 | 111000 | 1000101 |
Color Harmonies of #DD858C
Complementary color
Monochromatic Colors of #DD858C
Black with #DD858C
Text Example
Text Example
White with #DD858C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD858C; }
p { color: rgb(221,133,140); }
H1.HeaderClassName
{
color: #DD858C;
}
.AnyTagClassName
{
color: #DD858C;
}
</style>
background-color css
<style>
a { background-color: #DD858C; }
a { background-color: rgb(221,133,140); }
div.DivClassName
{
background-color: #DD858C;
}
.BgClassName
{
background-color: #DD858C;
}
</style>
border-color css
<style>
span { border-color: #DD858C; }
span { border-color: rgb(221,133,140); }
td.TdClassName
{
border-color: #DD858C;
}
.TagClassName
{
border-color: #DD858C;
}
</style>