Shades of Carissma #DC8598
Tints of Carissma #DC8598
RGB
CMYK
RGB Variations
Color information
#DC8598 (or 0xDC8598) is known color: Carissma. HEX triplet: DC, 85 and 98. RGB value is (220,133,152). Sum of RGB (Red+Green+Blue) = 220+133+152=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 133 (52.34% from 255 or 26.34% from 505); Blue value is 152 (59.77% from 255 or 30.10% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8598 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8598 is #237A67. Grayscale: #A1A1A1. Windows color (decimal): -2325096 or 9995740. OLE color: 9995740.
HSL color Cylindrical-coordinate representation of color #DC8598: hue angle of 346.9º 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 #DC8598 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 133 | 152 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.14 |
| HSL | 346.9º | 0.55% | 0.69% | - |
| HSV(B) | 346.9º | 0.4% | 0.86% | - |
| XYZ | 43.57 | 34.26 | 34.02 | - |
| YUV | 161.18 | 122.82 | 169.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 133 | 152 | 0 | 0.40 | 0.31 | 0.14 | 346.9 | 0.55 | 0.69 |
| Hex | DC | 85 | 98 | 0 | 28 | 1F | E | 15B | 37 | 45 |
| Octal | 334 | 205 | 230 | 0 | 50 | 37 | 16 | 533 | 67 | 105 |
| Binary | 11011100 | 10000101 | 10011000 | 0 | 101000 | 11111 | 1110 | 101011011 | 110111 | 1000101 |
Color Harmonies of #DC8598
Complementary color
Monochromatic Colors of #DC8598
Black with #DC8598
Text Example
Text Example
White with #DC8598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8598; }
p { color: rgb(220,133,152); }
H1.HeaderClassName
{
color: #DC8598;
}
.AnyTagClassName
{
color: #DC8598;
}
</style>
background-color css
<style>
a { background-color: #DC8598; }
a { background-color: rgb(220,133,152); }
div.DivClassName
{
background-color: #DC8598;
}
.BgClassName
{
background-color: #DC8598;
}
</style>
border-color css
<style>
span { border-color: #DC8598; }
span { border-color: rgb(220,133,152); }
td.TdClassName
{
border-color: #DC8598;
}
.TagClassName
{
border-color: #DC8598;
}
</style>