Shades of Carissma #DD868C
Tints of Carissma #DD868C
RGB
CMYK
RGB Variations
Color information
#DD868C (or 0xDD868C) is known color: Carissma. HEX triplet: DD, 86 and 8C. RGB value is (221,134,140). Sum of RGB (Red+Green+Blue) = 221+134+140=495 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.65% from 495); Green value is 134 (52.73% from 255 or 27.07% from 495); Blue value is 140 (55.08% from 255 or 28.28% from 495); Max value from RGB is 221 - color contains mainly: red. Hex color #DD868C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD868C is #227973. Grayscale: #A0A0A0. Windows color (decimal): -2259316 or 9209565. OLE color: 9209565.
HSL color Cylindrical-coordinate representation of color #DD868C: hue angle of 355.86º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DD868C is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 134 | 140 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.13 |
| HSL | 355.86º | 0.56% | 0.7% | - |
| HSV(B) | 355.86º | 0.39% | 0.87% | - |
| XYZ | 43.08 | 34.32 | 29.16 | - |
| YUV | 160.7 | 116.32 | 171.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 134 | 140 | 0 | 0.39 | 0.37 | 0.13 | 355.86 | 0.56 | 0.7 |
| Hex | DD | 86 | 8C | 0 | 27 | 25 | D | 164 | 38 | 46 |
| Octal | 335 | 206 | 214 | 0 | 47 | 45 | 15 | 544 | 70 | 106 |
| Binary | 11011101 | 10000110 | 10001100 | 0 | 100111 | 100101 | 1101 | 101100100 | 111000 | 1000110 |
Color Harmonies of #DD868C
Complementary color
Monochromatic Colors of #DD868C
Black with #DD868C
Text Example
Text Example
White with #DD868C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD868C; }
p { color: rgb(221,134,140); }
H1.HeaderClassName
{
color: #DD868C;
}
.AnyTagClassName
{
color: #DD868C;
}
</style>
background-color css
<style>
a { background-color: #DD868C; }
a { background-color: rgb(221,134,140); }
div.DivClassName
{
background-color: #DD868C;
}
.BgClassName
{
background-color: #DD868C;
}
</style>
border-color css
<style>
span { border-color: #DD868C; }
span { border-color: rgb(221,134,140); }
td.TdClassName
{
border-color: #DD868C;
}
.TagClassName
{
border-color: #DD868C;
}
</style>