Shades of Carissma #DC8589
Tints of Carissma #DC8589
RGB
CMYK
RGB Variations
Color information
#DC8589 (or 0xDC8589) is known color: Carissma. HEX triplet: DC, 85 and 89. RGB value is (220,133,137). Sum of RGB (Red+Green+Blue) = 220+133+137=490 (64% of max value = 765). Red value is 220 (86.33% from 255 or 44.90% from 490); Green value is 133 (52.34% from 255 or 27.14% from 490); Blue value is 137 (53.91% from 255 or 27.96% from 490); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8589 is #237A76. Grayscale: #9F9F9F. Windows color (decimal): -2325111 or 9012700. OLE color: 9012700.
HSL color Cylindrical-coordinate representation of color #DC8589: hue angle of 357.24º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DC8589 is Cyan = 0, Magento = 0.40, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 137 | - |
| CMYK | 0 | 0.40 | 0.38 | 0.14 |
| HSL | 357.24º | 0.55% | 0.69% | - |
| HSV(B) | 357.24º | 0.4% | 0.86% | - |
| XYZ | 42.42 | 33.8 | 27.95 | - |
| YUV | 159.47 | 115.32 | 171.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 137 | 0 | 0.40 | 0.38 | 0.14 | 357.24 | 0.55 | 0.69 |
| Hex | DC | 85 | 89 | 0 | 28 | 26 | E | 165 | 37 | 45 |
| Octal | 334 | 205 | 211 | 0 | 50 | 46 | 16 | 545 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10001001 | 0 | 101000 | 100110 | 1110 | 101100101 | 110111 | 1000101 |
Color Harmonies of #DC8589
Complementary color
Monochromatic Colors of #DC8589
Black with #DC8589
Text Example
Text Example
White with #DC8589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8589; }
p { color: rgb(220,133,137); }
H1.HeaderClassName
{
color: #DC8589;
}
.AnyTagClassName
{
color: #DC8589;
}
</style>
background-color css
<style>
a { background-color: #DC8589; }
a { background-color: rgb(220,133,137); }
div.DivClassName
{
background-color: #DC8589;
}
.BgClassName
{
background-color: #DC8589;
}
</style>
border-color css
<style>
span { border-color: #DC8589; }
span { border-color: rgb(220,133,137); }
td.TdClassName
{
border-color: #DC8589;
}
.TagClassName
{
border-color: #DC8589;
}
</style>