Shades of Carissma #DC8693
Tints of Carissma #DC8693
RGB
CMYK
RGB Variations
Color information
#DC8693 (or 0xDC8693) is known color: Carissma. HEX triplet: DC, 86 and 93. RGB value is (220,134,147). Sum of RGB (Red+Green+Blue) = 220+134+147=501 (66% of max value = 765). Red value is 220 (86.33% from 255 or 43.91% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 147 (57.81% from 255 or 29.34% from 501); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8693 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DC8693 is #23796C. Grayscale: #A1A1A1. Windows color (decimal): -2324845 or 9668316. OLE color: 9668316.
HSL color Cylindrical-coordinate representation of color #DC8693: hue angle of 350.93º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DC8693 is Cyan = 0, Magento = 0.39, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 134 | 147 | - |
| CMYK | 0 | 0.39 | 0.33 | 0.14 |
| HSL | 350.93º | 0.55% | 0.69% | - |
| HSV(B) | 350.93º | 0.39% | 0.86% | - |
| XYZ | 43.31 | 34.37 | 31.96 | - |
| YUV | 161.2 | 119.99 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 134 | 147 | 0 | 0.39 | 0.33 | 0.14 | 350.93 | 0.55 | 0.69 |
| Hex | DC | 86 | 93 | 0 | 27 | 21 | E | 15F | 37 | 45 |
| Octal | 334 | 206 | 223 | 0 | 47 | 41 | 16 | 537 | 67 | 105 |
| Binary | 11011100 | 10000110 | 10010011 | 0 | 100111 | 100001 | 1110 | 101011111 | 110111 | 1000101 |
Color Harmonies of #DC8693
Complementary color
Monochromatic Colors of #DC8693
Black with #DC8693
Text Example
Text Example
White with #DC8693
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC8693; }
p { color: rgb(220,134,147); }
H1.HeaderClassName
{
color: #DC8693;
}
.AnyTagClassName
{
color: #DC8693;
}
</style>
background-color css
<style>
a { background-color: #DC8693; }
a { background-color: rgb(220,134,147); }
div.DivClassName
{
background-color: #DC8693;
}
.BgClassName
{
background-color: #DC8693;
}
</style>
border-color css
<style>
span { border-color: #DC8693; }
span { border-color: rgb(220,134,147); }
td.TdClassName
{
border-color: #DC8693;
}
.TagClassName
{
border-color: #DC8693;
}
</style>