Shades of Carissma #DC8499
Tints of Carissma #DC8499
RGB
CMYK
RGB Variations
Color information
#DC8499 (or 0xDC8499) is known color: Carissma. HEX triplet: DC, 84 and 99. RGB value is (220,132,153). Sum of RGB (Red+Green+Blue) = 220+132+153=505 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.56% from 505); Green value is 132 (51.95% from 255 or 26.14% from 505); Blue value is 153 (60.16% from 255 or 30.30% from 505); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8499 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8499 is #237B66. Grayscale: #A0A0A0. Windows color (decimal): -2325351 or 10061020. OLE color: 10061020.
HSL color Cylindrical-coordinate representation of color #DC8499: hue angle of 345.68º degrees, saturation: 0.56, 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 #DC8499 is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 132 | 153 | - |
| CMYK | 0 | 0.40 | 0.30 | 0.14 |
| HSL | 345.68º | 0.56% | 0.69% | - |
| HSV(B) | 345.68º | 0.4% | 0.86% | - |
| XYZ | 43.52 | 34.02 | 34.41 | - |
| YUV | 160.71 | 123.65 | 170.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 132 | 153 | 0 | 0.40 | 0.30 | 0.14 | 345.68 | 0.56 | 0.69 |
| Hex | DC | 84 | 99 | 0 | 28 | 1E | E | 15A | 38 | 45 |
| Octal | 334 | 204 | 231 | 0 | 50 | 36 | 16 | 532 | 70 | 105 |
| Binary | 11011100 | 10000100 | 10011001 | 0 | 101000 | 11110 | 1110 | 101011010 | 111000 | 1000101 |
Color Harmonies of #DC8499
Complementary color
Monochromatic Colors of #DC8499
Black with #DC8499
Text Example
Text Example
White with #DC8499
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8499; }
p { color: rgb(220,132,153); }
H1.HeaderClassName
{
color: #DC8499;
}
.AnyTagClassName
{
color: #DC8499;
}
</style>
background-color css
<style>
a { background-color: #DC8499; }
a { background-color: rgb(220,132,153); }
div.DivClassName
{
background-color: #DC8499;
}
.BgClassName
{
background-color: #DC8499;
}
</style>
border-color css
<style>
span { border-color: #DC8499; }
span { border-color: rgb(220,132,153); }
td.TdClassName
{
border-color: #DC8499;
}
.TagClassName
{
border-color: #DC8499;
}
</style>